Skip to content

Commit ba7356a

Browse files
committed
Fix incorrect definition of KERNEL_FLOAT_POLICY
1 parent 76501fd commit ba7356a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kernel_float/apply.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct approx_level_policy {};
146146
using approx_policy = approx_level_policy<>;
147147

148148
#ifndef KERNEL_FLOAT_POLICY
149-
#define KERNEL_FLOAT_POLICY accurate_policy;
149+
#define KERNEL_FLOAT_POLICY accurate_policy
150150
#endif
151151

152152
/**

0 commit comments

Comments
 (0)