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 1c1135b commit 1a5d472Copy full SHA for 1a5d472
libc/config/linux/x86_64/entrypoints.txt
@@ -664,6 +664,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
664
libc.src.math.acoshf16
665
libc.src.math.asinf16
666
libc.src.math.asinhf16
667
+ libc.src.math.atanpif16
668
libc.src.math.canonicalizef16
669
libc.src.math.ceilf16
670
libc.src.math.copysignf16
libc/include/math.yaml
@@ -113,6 +113,12 @@ functions:
113
return_type: float
114
arguments:
115
- type: float
116
+ - name: atanpif16
117
+ standards:
118
+ - stdc
119
+ return_type: _Float16
120
+ arguments:
121
+ - type: _Float16
122
- name: canonicalize
123
standards:
124
- stdc
0 commit comments