Added zig patch comments to annotate the deletion of the sincos symbol
This commit is contained in:
1
lib/libc/mingw/math/arm/sincos.S
vendored
1
lib/libc/mingw/math/arm/sincos.S
vendored
@@ -8,6 +8,7 @@
|
||||
.file "sincos.S"
|
||||
.text
|
||||
.align 2
|
||||
/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
|
||||
.globl __MINGW_USYMBOL(sincosl)
|
||||
.def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
|
||||
__MINGW_USYMBOL(sincosl):
|
||||
|
||||
1
lib/libc/mingw/math/arm64/sincos.S
vendored
1
lib/libc/mingw/math/arm64/sincos.S
vendored
@@ -8,6 +8,7 @@
|
||||
.file "sincos.S"
|
||||
.text
|
||||
.align 2
|
||||
/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
|
||||
.globl __MINGW_USYMBOL(sincosl)
|
||||
.def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
|
||||
__MINGW_USYMBOL(sincosl):
|
||||
|
||||
Reference in New Issue
Block a user