JuliaMath / JuliaMath/openlibm
long double functions stubs
Open
- Dominant language
- C
- Stars
- 632
- Forks
- 163
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Are there stubs of functions that operate with long double types like `roundl()`, `sinl()` and so on? I can not find it. I found such stubs in glibc and newlib, hence I wonder shouldn't OpenLibm provide these stubs for the platforms which have `long double` equal to `double` type if the check below failed?
https://github.com/JuliaMath/openlibm/blob/f052f42bb393918acd6fd51ec1f018c5679dfe30/src/Make.files#L46-L47
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.