Skip to content

Commit 3a88b56

Browse files
committed
Fix bug where fastmath is always enabled
1 parent 3c73971 commit 3a88b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kernel_float/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
#define KERNEL_FLOAT_MAX_ALIGNMENT (32)
6565

66-
#ifndef KERNEL_FLOAT_FAST_MATH
66+
#if KERNEL_FLOAT_FAST_MATH
6767
#define KERNEL_FLOAT_POLICY ::kernel_float::fast_policy;
6868
#endif
6969

0 commit comments

Comments
 (0)