We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118c0f commit da6625bCopy full SHA for da6625b
libc/test/src/math/smoke/CMakeLists.txt
@@ -3572,9 +3572,7 @@ add_fp_unittest(
3572
FmaTest.h
3573
DEPENDS
3574
libc.src.math.fmaf16
3575
- libc.src.__support.CPP.type_traits
3576
libc.src.__support.FPUtil.cast
3577
- libc.src.__support.macros.properties.types
3578
)
3579
3580
add_fp_unittest(
libc/test/src/math/smoke/FmaTest.h
@@ -9,9 +9,7 @@
9
#ifndef LLVM_LIBC_TEST_SRC_MATH_FMATEST_H
10
#define LLVM_LIBC_TEST_SRC_MATH_FMATEST_H
11
12
-#include "src/__support/CPP/type_traits.h"
13
#include "src/__support/FPUtil/cast.h"
14
-#include "src/__support/macros/properties/types.h"
15
#include "test/UnitTest/FEnvSafeTest.h"
16
#include "test/UnitTest/FPMatcher.h"
17
#include "test/UnitTest/Test.h"
0 commit comments