Skip to content

Commit 5d08800

Browse files
committed
fix conflicts
1 parent 2499fc9 commit 5d08800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libc/include/math.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,14 @@ functions:
134134
arguments:
135135
- type: float
136136
- name: atanhf16
137+
standatds:
137138
- stdc
138139
return_type: _Float16
139140
arguments:
140141
- type: _Float16
141142
guard: LIBC_TYPES_HAS_FLOAT16
142143
- name: atanpif16
144+
standards:
143145
- stdc
144146
return_type: _Float16
145147
arguments:

libc/src/math/generic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3931,7 +3931,7 @@ add_entrypoint_object(
39313931
libc.src.__support.macros.optimization
39323932
)
39333933

3934-
add_object_library(
3934+
add_entrypoint_object(
39353935
atanhf16
39363936
SRCS
39373937
atanhf16.cpp

0 commit comments

Comments
 (0)