We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f551a commit d9aa746Copy full SHA for d9aa746
libc/src/math/CMakeLists.txt
@@ -41,10 +41,11 @@ function(add_math_entrypoint_object name)
41
endfunction()
42
43
add_math_entrypoint_object(acos)
44
-add_math_entrypoint_object(acosh)
45
add_math_entrypoint_object(acosf)
46
-add_math_entrypoint_object(acoshf)
47
add_math_entrypoint_object(acosf16)
+
+add_math_entrypoint_object(acosh)
48
+add_math_entrypoint_object(acoshf)
49
add_math_entrypoint_object(acoshf16)
50
51
add_math_entrypoint_object(acospif16)
0 commit comments