File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ set(TARGET_LIBM_ENTRYPOINTS
127
127
libc.src.math.copysign
128
128
libc.src.math.copysignf
129
129
libc.src.math.copysignl
130
- libc.src.math.cos
130
+ # libc.src.math.cos
131
131
libc.src.math.cosf
132
132
libc.src.math.coshf
133
133
libc.src.math.erff
@@ -223,14 +223,14 @@ set(TARGET_LIBM_ENTRYPOINTS
223
223
libc.src.math.scalbn
224
224
libc.src.math.scalbnf
225
225
libc.src.math.scalbnl
226
- libc.src.math.sin
226
+ # libc.src.math.sin
227
227
libc.src.math.sincosf
228
228
libc.src.math.sinf
229
229
libc.src.math.sinhf
230
230
libc.src.math.sqrt
231
231
libc.src.math.sqrtf
232
232
libc.src.math.sqrtl
233
- libc.src.math.tan
233
+ # libc.src.math.tan
234
234
libc.src.math.tanf
235
235
libc.src.math.tanhf
236
236
libc.src.math.trunc
You can’t perform that action at this time.
0 commit comments