File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4338,11 +4338,10 @@ add_fp_unittest(
43384338 SRCS
43394339 log_bf16_test.cpp
43404340 DEPENDS
4341+ libc.hdr.errno_macros
43414342 libc.hdr.fenv_macros
4342- libc.src.errno.errno
43434343 libc.src.math.log_bf16
43444344 libc.src.__support.FPUtil.bfloat16
4345- libc.src.__support.FPUtil.cast
43464345)
43474346
43484347add_fp_unittest(
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9+ #include " hdr/errno_macros.h"
910#include " hdr/fenv_macros.h"
1011#include " src/__support/FPUtil/bfloat16.h"
11- #include " src/__support/FPUtil/cast.h"
12- #include " src/__support/libc_errno.h"
1312#include " src/__support/macros/properties/types.h"
1413#include " src/math/log_bf16.h"
1514#include " test/UnitTest/FPMatcher.h"
You can’t perform that action at this time.
0 commit comments