Skip to content
  • Chun-wei Fan's avatar
    meson.build: Improve F16C detection on Visual Studio · 6d6c8c59
    Chun-wei Fan authored
    The __builtin_cpu...() intrisics are strictly for GCC/CLang-based compilers, so
    don't use them in the checking code on Visual Studio.  The test code will still
    compile without this change, but will certainly fail if we want it to link.
    6d6c8c59