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 71ff383 commit 7bc3f29Copy full SHA for 7bc3f29
lib/libc/mingw/math/arm/sincos.S
@@ -8,6 +8,7 @@
8
.file "sincos.S"
9
.text
10
.align 2
11
+ /* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
12
.globl __MINGW_USYMBOL(sincosl)
13
.def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
14
__MINGW_USYMBOL(sincosl):
lib/libc/mingw/math/arm64/sincos.S
0 commit comments