Skip to content

Commit 10007ee

Browse files
authored
[libc][stdfix] Re-enable fixed point abs entry points. (#81995)
#80757 has been merged.
1 parent ff2720d commit 10007ee

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -445,13 +445,12 @@ endif()
445445
if(LIBC_COMPILER_HAS_FIXED_POINT)
446446
list(APPEND TARGET_LIBM_ENTRYPOINTS
447447
# stdfix.h _Fract and _Accum entrypoints
448-
# Re-enable the entry points once #80757 is merged.
449-
# libc.src.stdfix.abshk
450-
# libc.src.stdfix.abshr
451-
# libc.src.stdfix.absk
452-
# libc.src.stdfix.absr
453-
# libc.src.stdfix.abslk
454-
# libc.src.stdfix.abslr
448+
libc.src.stdfix.abshk
449+
libc.src.stdfix.abshr
450+
libc.src.stdfix.absk
451+
libc.src.stdfix.absr
452+
libc.src.stdfix.abslk
453+
libc.src.stdfix.abslr
455454
)
456455
endif()
457456

0 commit comments

Comments
 (0)