Skip to content

Commit 3e77871

Browse files
authored
[libc] Tempporarily disable fixed point entry points until #80757 is merged. (#81945)
1 parent eb0c8de commit 3e77871

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,13 @@ endif()
445445
if(LIBC_COMPILER_HAS_FIXED_POINT)
446446
list(APPEND TARGET_LIBM_ENTRYPOINTS
447447
# stdfix.h _Fract and _Accum entrypoints
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
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
454455
)
455456
endif()
456457

0 commit comments

Comments
 (0)