Skip to content

Commit d9aa746

Browse files
committed
Fixed the ordering
1 parent f6f551a commit d9aa746

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libc/src/math/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ function(add_math_entrypoint_object name)
4141
endfunction()
4242

4343
add_math_entrypoint_object(acos)
44-
add_math_entrypoint_object(acosh)
4544
add_math_entrypoint_object(acosf)
46-
add_math_entrypoint_object(acoshf)
4745
add_math_entrypoint_object(acosf16)
46+
47+
add_math_entrypoint_object(acosh)
48+
add_math_entrypoint_object(acoshf)
4849
add_math_entrypoint_object(acoshf16)
4950

5051
add_math_entrypoint_object(acospif16)

0 commit comments

Comments
 (0)