Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Dec 31, 2024
1 parent 47e269b commit 7c80822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numerics/sin_cos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)); }())

Expand Down

0 comments on commit 7c80822

Please sign in to comment.