Skip to content

Commit

Permalink
[libc][complex] fix buildbot errors (llvm#121141)
Browse files Browse the repository at this point in the history
Fix buildbot errors due to llvm#121140
  • Loading branch information
Sh0g0-1758 authored Dec 26, 2024
1 parent abd9102 commit 9f75b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,8 @@ if(LIBC_TYPES_HAS_CFLOAT16)
)
endif()

if(LIBC_TYPES_HAS_FLOAT16)
if(LIBC_TYPES_HAS_FLOAT16)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# math.h C23 _Float16 entrypoints
libc.src.math.canonicalizef16
libc.src.math.ceilf16
Expand Down
1 change: 1 addition & 0 deletions libc/config/linux/riscv/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ if(LIBC_TYPES_HAS_CFLOAT128)
endif()

if(LIBC_TYPES_HAS_FLOAT128)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# math.h C23 _Float128 entrypoints
libc.src.math.canonicalizef128
libc.src.math.ceilf128
Expand Down

0 comments on commit 9f75b66

Please sign in to comment.