Skip to content

Commit

Permalink
volatile terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 1, 2025
1 parent d6a22b9 commit 500a788
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 @@ -151,7 +151,7 @@
#define OSACA_EVALUATE_CONDITIONS 1
#define OSACA_CARRY_LOOP_THROUGH_REGISTER 1

static bool OSACA_loop_terminator = false;
static bool volatile OSACA_loop_terminator = false;

#define OSACA_FUNCTION_BEGIN(arg) \
double OSACA_LOOP_CARRY_QUALIFIER OSACA_loop_carry = arg; \
Expand Down

0 comments on commit 500a788

Please sign in to comment.