Commit e235b2eb authored by Michael R. Crusoe's avatar Michael R. Crusoe

math: typo fix, check SIMDE_MATH_NANF instead of the old-style SIMDE_NANF

parent cb4b08c4
...@@ -175,7 +175,7 @@ SIMDE_DISABLE_UNWANTED_DIAGNOSTICS ...@@ -175,7 +175,7 @@ SIMDE_DISABLE_UNWANTED_DIAGNOSTICS
#endif #endif
#endif #endif
#if !defined(SIMDE_NANF) #if !defined(SIMDE_MATH_NANF)
#if \ #if \
HEDLEY_HAS_BUILTIN(__builtin_nanf) || \ HEDLEY_HAS_BUILTIN(__builtin_nanf) || \
HEDLEY_GCC_VERSION_CHECK(3,3,0) || \ HEDLEY_GCC_VERSION_CHECK(3,3,0) || \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment