File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1962,19 +1962,6 @@ add_fp_unittest(
1962
1962
libc.src.stdlib.srand
1963
1963
)
1964
1964
1965
- add_fp_unittest (
1966
- f16sqrtl_test
1967
- NEED_MPFR
1968
- SUITE
1969
- libc-math-unittests
1970
- SRCS
1971
- f16sqrtl_test.cpp
1972
- HDRS
1973
- SqrtTest.h
1974
- DEPENDS
1975
- libc.src.math.f16sqrtl
1976
- )
1977
-
1978
1965
add_fp_unittest (
1979
1966
f16fmaf_test
1980
1967
NEED_MPFR
@@ -2018,6 +2005,19 @@ add_fp_unittest(
2018
2005
libc.src.math.f16sqrt
2019
2006
)
2020
2007
2008
+ add_fp_unittest (
2009
+ f16sqrtl_test
2010
+ NEED_MPFR
2011
+ SUITE
2012
+ libc-math-unittests
2013
+ SRCS
2014
+ f16sqrtl_test.cpp
2015
+ HDRS
2016
+ SqrtTest.h
2017
+ DEPENDS
2018
+ libc.src.math.f16sqrtl
2019
+ )
2020
+
2021
2021
add_subdirectory (generic )
2022
2022
add_subdirectory (smoke )
2023
2023
You can’t perform that action at this time.
0 commit comments