We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d736b55 commit 5c6912fCopy full SHA for 5c6912f
dll/win32/ucrtbase/ucrtbase.spec
@@ -2547,8 +2547,8 @@
2547
@ cdecl -stub rint(double)
2548
@ cdecl -stub rintf(float)
2549
@ cdecl rintl(double) rint
2550
-@ cdecl -stub round(double)
2551
-@ cdecl -stub roundf(float)
+@ cdecl round(double)
+@ cdecl roundf(float)
2552
@ cdecl roundl(double) round
2553
@ cdecl scalbln(double long) scalbn # double scalbln(double x, long exp);
2554
@ cdecl scalblnf(float long) scalbnf # float scalblnf(float x, long exp);
sdk/lib/crt/math/math.cmake
@@ -8,6 +8,8 @@ list(APPEND LIBCNTPR_MATH_SOURCE
8
math/div.c
9
math/exp2f.c
10
math/labs.c
11
+ math/round.c
12
+ math/roundf.c
13
math/sincos.c
14
)
15
0 commit comments