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 5d08800 commit c8ffe9bCopy full SHA for c8ffe9b
libc/src/math/generic/CMakeLists.txt
@@ -3968,18 +3968,6 @@ add_entrypoint_object(
3968
libc.src.__support.FPUtil.sqrt
3969
)
3970
3971
-add_object_library(
3972
- inv_trigf_utils
3973
- HDRS
3974
- inv_trigf_utils.h
3975
- SRCS
3976
- inv_trigf_utils.cpp
3977
- DEPENDS
3978
- libc.src.__support.FPUtil.multiply_add
3979
- libc.src.__support.FPUtil.polyeval
3980
- libc.src.__support.common
3981
-)
3982
-
3983
add_entrypoint_object(
3984
asinf
3985
SRCS
0 commit comments