Skip to content

Commit

Permalink
math: typo fix, check SIMDE_MATH_NANF instead of the old-style SIMDE_…
Browse files Browse the repository at this point in the history
…NANF
  • Loading branch information
mr-c committed Sep 10, 2024
1 parent f9bf637 commit 40567df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/simde-math.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ SIMDE_DISABLE_UNWANTED_DIAGNOSTICS
#endif
#endif

#if !defined(SIMDE_NANF)
#if !defined(SIMDE_MATH_NANF)
#if \
HEDLEY_HAS_BUILTIN(__builtin_nanf) || \
HEDLEY_GCC_VERSION_CHECK(3,3,0) || \
Expand Down

0 comments on commit 40567df

Please sign in to comment.