Skip to content

Commit e3653bf

Browse files
authored
Update libc/src/math/CMakeLists.txt
1 parent cdf231a commit e3653bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/src/math/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ add_math_entrypoint_object(acoshf)
4747

4848
add_math_entrypoint_object(asin)
4949
add_math_entrypoint_object(asinf)
50+
add_math_entrypoint_object(asinf16)
51+
5052
add_math_entrypoint_object(asinh)
5153
add_math_entrypoint_object(asinhf)
52-
add_math_entrypoint_object(asinf16)
5354

5455
add_math_entrypoint_object(atan)
5556
add_math_entrypoint_object(atanf)

0 commit comments

Comments
 (0)