Skip to content

Commit 30e4cc0

Browse files
committed
missed build dependencies
1 parent 7a2b4af commit 30e4cc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4011,9 +4011,12 @@ add_entrypoint_object(
40114011
libc.hdr.errno_macros
40124012
libc.hdr.fenv_macros
40134013
libc.src.__support.FPUtil.cast
4014+
libc.src.__support.FPUtil.except_value_utils
40144015
libc.src.__support.FPUtil.fenv_impl
40154016
libc.src.__support.FPUtil.fp_bits
40164017
libc.src.__support.FPUtil.multiply_add
4018+
libc.src.__support.FPUtil.polyeval
4019+
libc.src.__support.FPUtil.sqrt
40174020
libc.src.__support.macros.optimization
40184021
)
40194022

0 commit comments

Comments
 (0)