[libc-commits] [libc] [libc] Disable fenv tests that don't work in Arm/AArch64 softfp (PR #217334)
Peter Smith via libc-commits
libc-commits at lists.llvm.org
Fri Aug 21 04:01:21 PDT 2026
https://github.com/smithp35 commented:
Looks OK from the Arm/AArch64 side. Will likely need approving by a llvm-libc reviewer.
Is this specific to software-floating point on Arm/AArch64? Are there other software-floating point targets that are affected? If so then may be worth making the conditions less target specific, or at least easier to extend.
Out of interest can you explain why fenv isn't supported? Is it just not implemented yet, or is there some fundamental reason why it can't be done. I know not all software floating point emulation emulates the environment.
https://github.com/llvm/llvm-project/pull/217334
More information about the libc-commits
mailing list