Skip to content

Commit 88f23de

Browse files
committed
Move roundevenf128 alongside others
1 parent 9252953 commit 88f23de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ set(TARGET_LIBM_ENTRYPOINTS
497497
libc.src.math.roundeven
498498
libc.src.math.roundevenf
499499
libc.src.math.roundevenl
500-
libc.src.math.roundevenf128
501500
libc.src.math.scalbn
502501
libc.src.math.scalbnf
503502
libc.src.math.scalbnl
@@ -559,6 +558,7 @@ if(LIBC_TYPES_HAS_FLOAT128)
559558
libc.src.math.nextdownf128
560559
libc.src.math.nextupf128
561560
libc.src.math.rintf128
561+
libc.src.math.roundevenf128
562562
libc.src.math.roundf128
563563
libc.src.math.sqrtf128
564564
libc.src.math.truncf128

0 commit comments

Comments
 (0)