Skip to content

Commit f6f551a

Browse files
committed
Reordered 'acos' entrypoint in alphabetical order
1 parent 60b2292 commit f6f551a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libc/src/math/CMakeLists.txt

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

4343
add_math_entrypoint_object(acos)
44-
add_math_entrypoint_object(acosf)
45-
add_math_entrypoint_object(acosf16)
46-
add_math_entrypoint_object(acospif16)
47-
4844
add_math_entrypoint_object(acosh)
45+
add_math_entrypoint_object(acosf)
4946
add_math_entrypoint_object(acoshf)
47+
add_math_entrypoint_object(acosf16)
5048
add_math_entrypoint_object(acoshf16)
5149

50+
add_math_entrypoint_object(acospif16)
51+
5252
add_math_entrypoint_object(asin)
5353
add_math_entrypoint_object(asinf)
5454
add_math_entrypoint_object(asinf16)

0 commit comments

Comments
 (0)