Skip to content

Commit 36c3f6b

Browse files
committed
fixup! [libc][math][c23] Add f16sqrtl C23 math function
Sort CMake target definitions.
1 parent e11f560 commit 36c3f6b

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
@@ -1962,19 +1962,6 @@ add_fp_unittest(
19621962
libc.src.stdlib.srand
19631963
)
19641964

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-
19781965
add_fp_unittest(
19791966
f16fmaf_test
19801967
NEED_MPFR
@@ -2018,6 +2005,19 @@ add_fp_unittest(
20182005
libc.src.math.f16sqrt
20192006
)
20202007

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+
20212021
add_subdirectory(generic)
20222022
add_subdirectory(smoke)
20232023

0 commit comments

Comments
 (0)