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 @@ -1936,19 +1936,6 @@ add_fp_unittest(
1936
1936
libc.src.stdlib.srand
1937
1937
)
1938
1938
1939
- add_fp_unittest (
1940
- f16sqrtl_test
1941
- NEED_MPFR
1942
- SUITE
1943
- libc-math-unittests
1944
- SRCS
1945
- f16sqrtl_test.cpp
1946
- HDRS
1947
- SqrtTest.h
1948
- DEPENDS
1949
- libc.src.math.f16sqrtl
1950
- )
1951
-
1952
1939
add_fp_unittest (
1953
1940
f16fmaf_test
1954
1941
NEED_MPFR
@@ -1992,6 +1979,19 @@ add_fp_unittest(
1992
1979
libc.src.math.f16sqrt
1993
1980
)
1994
1981
1982
+ add_fp_unittest (
1983
+ f16sqrtl_test
1984
+ NEED_MPFR
1985
+ SUITE
1986
+ libc-math-unittests
1987
+ SRCS
1988
+ f16sqrtl_test.cpp
1989
+ HDRS
1990
+ SqrtTest.h
1991
+ DEPENDS
1992
+ libc.src.math.f16sqrtl
1993
+ )
1994
+
1995
1995
add_subdirectory (generic )
1996
1996
add_subdirectory (smoke )
1997
1997
You can’t perform that action at this time.
0 commit comments