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 2499fc9 commit 5d08800Copy full SHA for 5d08800
libc/include/math.yaml
@@ -134,12 +134,14 @@ functions:
134
arguments:
135
- type: float
136
- name: atanhf16
137
+ standatds:
138
- stdc
139
return_type: _Float16
140
141
- type: _Float16
142
guard: LIBC_TYPES_HAS_FLOAT16
143
- name: atanpif16
144
+ standards:
145
146
147
libc/src/math/generic/CMakeLists.txt
@@ -3931,7 +3931,7 @@ add_entrypoint_object(
3931
libc.src.__support.macros.optimization
3932
)
3933
3934
-add_object_library(
+add_entrypoint_object(
3935
atanhf16
3936
SRCS
3937
atanhf16.cpp
0 commit comments