From 7c8082237d2f0495c303351d34fc33973554e235 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Tue, 31 Dec 2024 02:59:12 +0100 Subject: [PATCH] _ --- numerics/sin_cos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerics/sin_cos.cpp b/numerics/sin_cos.cpp index 0f3436d610..b226fedcce 100644 --- a/numerics/sin_cos.cpp +++ b/numerics/sin_cos.cpp @@ -52,7 +52,7 @@ static bool OSACA_loop_terminator = false; double volatile OSACA_result = OSACA_loop_carry; \ IACA_VC64_END; \ return OSACA_result -#define OSACA_IF(condition) \ +#define OSACA_IF_(condition) \ if constexpr (bool volatile OSACA_computed_condition = (condition); \ [] { UNDER_OSACA_HYPOTHESES(return (condition)); }())