Skip to content

Commit

Permalink
[libc][math][c23] Enable roundeven{,f,l,f128} C23 math functions on A…
Browse files Browse the repository at this point in the history
…Arch64 Linux (#98472)
  • Loading branch information
overmighty authored Jul 11, 2024
1 parent 1860fd0 commit 4a9de11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.round
libc.src.math.roundf
libc.src.math.roundl
libc.src.math.roundeven
libc.src.math.roundevenf
libc.src.math.roundevenl
libc.src.math.scalbn
libc.src.math.scalbnf
libc.src.math.scalbnl
Expand Down Expand Up @@ -622,6 +625,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
libc.src.math.remquof128
libc.src.math.rintf128
libc.src.math.roundf128
libc.src.math.roundevenf128
libc.src.math.scalbnf128
libc.src.math.sqrtf128
libc.src.math.truncf128
Expand Down

0 comments on commit 4a9de11

Please sign in to comment.