From 40567dfe6d7e8ccd87ec18c9bf33ab13688932d1 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 10 Sep 2024 15:57:45 +0200 Subject: [PATCH] math: typo fix, check SIMDE_MATH_NANF instead of the old-style SIMDE_NANF --- simde/simde-math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simde/simde-math.h b/simde/simde-math.h index 403fcb93e..2df10c1df 100644 --- a/simde/simde-math.h +++ b/simde/simde-math.h @@ -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) || \