Skip to content

Commit 6e21b9d

Browse files
committed
fixup! [libc][math][c23] Add f16sqrtl C23 math function
Sort CMake target definitions.
1 parent 9dc097f commit 6e21b9d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

libc/test/src/math/CMakeLists.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,19 +1936,6 @@ add_fp_unittest(
19361936
libc.src.stdlib.srand
19371937
)
19381938

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-
19521939
add_fp_unittest(
19531940
f16fmaf_test
19541941
NEED_MPFR
@@ -1992,6 +1979,19 @@ add_fp_unittest(
19921979
libc.src.math.f16sqrt
19931980
)
19941981

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+
19951995
add_subdirectory(generic)
19961996
add_subdirectory(smoke)
19971997

0 commit comments

Comments
 (0)