Skip to content

Commit 03ead57

Browse files
committed
Correct output type of signbitf
1 parent 996d56f commit 03ead57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numexpr/msvc_function_stubs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ inline float truncf2(float x) {
203203
return truncf(x);
204204
}
205205

206-
inline float signbitf2(float x) {
206+
inline bool signbitf2(float x) {
207207
return signbitf(x);
208208
}
209209

0 commit comments

Comments
 (0)