Skip to content

Commit 4a9de11

Browse files
authored
[libc][math][c23] Enable roundeven{,f,l,f128} C23 math functions on AArch64 Linux (#98472)
1 parent 1860fd0 commit 4a9de11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,9 @@ set(TARGET_LIBM_ENTRYPOINTS
490490
libc.src.math.round
491491
libc.src.math.roundf
492492
libc.src.math.roundl
493+
libc.src.math.roundeven
494+
libc.src.math.roundevenf
495+
libc.src.math.roundevenl
493496
libc.src.math.scalbn
494497
libc.src.math.scalbnf
495498
libc.src.math.scalbnl
@@ -622,6 +625,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
622625
libc.src.math.remquof128
623626
libc.src.math.rintf128
624627
libc.src.math.roundf128
628+
libc.src.math.roundevenf128
625629
libc.src.math.scalbnf128
626630
libc.src.math.sqrtf128
627631
libc.src.math.truncf128

0 commit comments

Comments
 (0)