File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1542,6 +1542,7 @@ add_entrypoint_object(
15421542 libc.hdr.errno_macros
15431543 libc.hdr.fenv_macros
15441544 libc.src.__support.common
1545+ libc.src.__support.FPUtil.cast
15451546 libc.src.__support.FPUtil.except_value_utils
15461547 libc.src.__support.FPUtil.fenv_impl
15471548 libc.src.__support.FPUtil.fp_bits
@@ -5254,7 +5255,9 @@ add_header_library(
52545255 expxf16.h
52555256 DEPENDS
52565257 libc.src.__support.CPP.array
5258+ libc.src.__support.FPUtil.fp_bits
52575259 libc.src.__support.FPUtil.multiply_add
52585260 libc.src.__support.FPUtil.nearest_integer
52595261 libc.src.__support.FPUtil.polyeval
5262+ libc.src.__support.macros .attributes
52605263)
Original file line number Diff line number Diff line change @@ -1185,7 +1185,6 @@ add_fp_unittest(
11851185 libc.hdr.fenv_macros
11861186 libc.src.errno.errno
11871187 libc.src.math.exp2m1f16
1188- libc.src.__support.FPUtil.cast
11891188)
11901189
11911190add_fp_unittest(
You can’t perform that action at this time.
0 commit comments