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 60b2292 commit f6f551aCopy full SHA for f6f551a
libc/src/math/CMakeLists.txt
@@ -41,14 +41,14 @@ function(add_math_entrypoint_object name)
41
endfunction()
42
43
add_math_entrypoint_object(acos)
44
-add_math_entrypoint_object(acosf)
45
-add_math_entrypoint_object(acosf16)
46
-add_math_entrypoint_object(acospif16)
47
-
48
add_math_entrypoint_object(acosh)
+add_math_entrypoint_object(acosf)
49
add_math_entrypoint_object(acoshf)
+add_math_entrypoint_object(acosf16)
50
add_math_entrypoint_object(acoshf16)
51
+add_math_entrypoint_object(acospif16)
+
52
add_math_entrypoint_object(asin)
53
add_math_entrypoint_object(asinf)
54
add_math_entrypoint_object(asinf16)
0 commit comments