Skip to content

Commit 2773719

Browse files
authored
[libc][bazel] Update bazel overlay for math functions and their tests. (#107862)
1 parent 4a501a4 commit 2773719

File tree

6 files changed

+2203
-1069
lines changed

6 files changed

+2203
-1069
lines changed

libc/test/src/math/exp2f_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "hdr/math_macros.h"
1010
#include "src/__support/FPUtil/FPBits.h"
11-
#include "src/__support/macros/properties/cpu_features.h" // LIBC_TARGET_CPU_HAS_FMA
1211
#include "src/errno/libc_errno.h"
1312
#include "src/math/exp2f.h"
1413
#include "test/UnitTest/FPMatcher.h"

libc/test/src/math/smoke/exp2f_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "hdr/math_macros.h"
1010
#include "src/__support/FPUtil/FPBits.h"
11-
#include "src/__support/macros/properties/cpu_features.h" // LIBC_TARGET_CPU_HAS_FMA
1211
#include "src/errno/libc_errno.h"
1312
#include "src/math/exp2f.h"
1413
#include "test/UnitTest/FPMatcher.h"

0 commit comments

Comments
 (0)