Skip to content
  • Erik de Castro Lopo's avatar
    cpu.h: Fix compiler detection · c4bdd6fd
    Erik de Castro Lopo authored
    GCC version 4.6 was throwing an error on `__has_attribute` which
    seems to be Clang specific. Solution was to un-nest the CPP code
    so that Clang is confirmed before the `__has_attribute` is hit.
    c4bdd6fd