Skip to content

Commit 1a5d472

Browse files
committed
add entries
1 parent 1c1135b commit 1a5d472

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
664664
libc.src.math.acoshf16
665665
libc.src.math.asinf16
666666
libc.src.math.asinhf16
667+
libc.src.math.atanpif16
667668
libc.src.math.canonicalizef16
668669
libc.src.math.ceilf16
669670
libc.src.math.copysignf16

libc/include/math.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ functions:
113113
return_type: float
114114
arguments:
115115
- type: float
116+
- name: atanpif16
117+
standards:
118+
- stdc
119+
return_type: _Float16
120+
arguments:
121+
- type: _Float16
116122
- name: canonicalize
117123
standards:
118124
- stdc

0 commit comments

Comments
 (0)