We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1860fd0 commit 4a9de11Copy full SHA for 4a9de11
libc/config/linux/aarch64/entrypoints.txt
@@ -490,6 +490,9 @@ set(TARGET_LIBM_ENTRYPOINTS
490
libc.src.math.round
491
libc.src.math.roundf
492
libc.src.math.roundl
493
+ libc.src.math.roundeven
494
+ libc.src.math.roundevenf
495
+ libc.src.math.roundevenl
496
libc.src.math.scalbn
497
libc.src.math.scalbnf
498
libc.src.math.scalbnl
@@ -622,6 +625,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
622
625
libc.src.math.remquof128
623
626
libc.src.math.rintf128
624
627
libc.src.math.roundf128
628
+ libc.src.math.roundevenf128
629
libc.src.math.scalbnf128
630
libc.src.math.sqrtf128
631
libc.src.math.truncf128
0 commit comments