llvm/llvm-project
[libc][math] Add Missing math functions to math.yaml
Fermée
#199 266 ouverte le 22 mai 2026
good first issuelibc
Métriques du dépôt
- Stars
- (26 378 étoiles)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
Description
Some of the missing functions
-
Trigonometric Functions: https://github.com/llvm/llvm-project/pull/199442
- acospif
- atan2f16
-
Error, Gamma Functions and fma: https://github.com/llvm/llvm-project/pull/199485
- dfmaf128
- dfmal
-
Canonical : https://github.com/llvm/llvm-project/pull/199317
- iscanonical
- iscanonicalf
- iscanonicalf128
- iscanonicalf16
- iscanonicall
-
Signaling: https://github.com/llvm/llvm-project/pull/199357
- issignaling
- issignalingf
- issignalingf128
- issignalingf16
- issignalingl
Feel free to add any additional missing functions apart from this. Make sure to adhere to LLVM AI Tool Use Policy.