Skip to content

Commit 946e086

Browse files
authored
[libc] Include pow in baremetal entrypoints (llvm#102021)
1 parent dcd246c commit 946e086

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
@@ -372,6 +372,7 @@ set(TARGET_LIBM_ENTRYPOINTS
372372
libc.src.math.nextup
373373
libc.src.math.nextupf
374374
libc.src.math.nextupl
375+
libc.src.math.pow
375376
libc.src.math.powf
376377
libc.src.math.remainder
377378
libc.src.math.remainderf

libc/config/baremetal/riscv/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ set(TARGET_LIBM_ENTRYPOINTS
367367
libc.src.math.nextup
368368
libc.src.math.nextupf
369369
libc.src.math.nextupl
370+
libc.src.math.pow
370371
libc.src.math.powf
371372
libc.src.math.remainder
372373
libc.src.math.remainderf

0 commit comments

Comments
 (0)