Specifically: copysignl, frexpl, logbl and modfl have been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Good job. Are the -O2 options necessary for the correctness or it's just an optimization?
Comment Actions
At -O2, the static inline functions actually get inlined and we can compare the code size et al with implementations from another libc. It does not affect the correctness.