Skip to content

Commit 5e2e18b

Browse files
PiJoulespetrhosek
andauthored
[baremetal] Add atan2 to baremetal (#101767)
Co-authored-by: Petr Hosek <[email protected]>
1 parent 4527fba commit 5e2e18b

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
@@ -232,6 +232,7 @@ set(TARGET_LIBM_ENTRYPOINTS
232232
libc.src.math.acoshf
233233
libc.src.math.asinf
234234
libc.src.math.asinhf
235+
libc.src.math.atan2
235236
libc.src.math.atan2f
236237
libc.src.math.atanf
237238
libc.src.math.atanhf

libc/config/baremetal/riscv/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ set(TARGET_LIBM_ENTRYPOINTS
228228
libc.src.math.acoshf
229229
libc.src.math.asinf
230230
libc.src.math.asinhf
231+
libc.src.math.atan2
231232
libc.src.math.atan2f
232233
libc.src.math.atanf
233234
libc.src.math.atanhf

0 commit comments

Comments
 (0)