Skip to content

Commit 58c7827

Browse files
disable cos, sin, tan for now - no generic impls
1 parent da9cdf3 commit 58c7827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/config/linux/arm/entrypoints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ set(TARGET_LIBM_ENTRYPOINTS
127127
libc.src.math.copysign
128128
libc.src.math.copysignf
129129
libc.src.math.copysignl
130-
libc.src.math.cos
130+
# libc.src.math.cos
131131
libc.src.math.cosf
132132
libc.src.math.coshf
133133
libc.src.math.erff
@@ -223,14 +223,14 @@ set(TARGET_LIBM_ENTRYPOINTS
223223
libc.src.math.scalbn
224224
libc.src.math.scalbnf
225225
libc.src.math.scalbnl
226-
libc.src.math.sin
226+
# libc.src.math.sin
227227
libc.src.math.sincosf
228228
libc.src.math.sinf
229229
libc.src.math.sinhf
230230
libc.src.math.sqrt
231231
libc.src.math.sqrtf
232232
libc.src.math.sqrtl
233-
libc.src.math.tan
233+
# libc.src.math.tan
234234
libc.src.math.tanf
235235
libc.src.math.tanhf
236236
libc.src.math.trunc

0 commit comments

Comments
 (0)