Skip to content

Commit 73447a3

Browse files
authored
[libc] Include tan in the baremetal configuration (#97921)
This is available as of #97489.
1 parent 2718654 commit 73447a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/config/baremetal/arm/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ set(TARGET_LIBM_ENTRYPOINTS
386386
libc.src.math.sqrt
387387
libc.src.math.sqrtf
388388
libc.src.math.sqrtl
389+
libc.src.math.tan
389390
libc.src.math.tanf
390391
libc.src.math.tanhf
391392
libc.src.math.trunc

libc/config/baremetal/riscv/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ set(TARGET_LIBM_ENTRYPOINTS
381381
libc.src.math.sqrt
382382
libc.src.math.sqrtf
383383
libc.src.math.sqrtl
384+
libc.src.math.tan
384385
libc.src.math.tanf
385386
libc.src.math.tanhf
386387
libc.src.math.trunc

0 commit comments

Comments
 (0)