[libc-commits] [libc] [libc] Fix is_subnormal for Intel Extended Precision (PR #78592)

Clement Courbet via libc-commits libc-commits at lists.llvm.org
Thu Jan 18 08:19:16 PST 2024


================
@@ -559,8 +559,7 @@ struct FPRep<FPType::X86_Binary80> : public FPRepBase<FPType::X86_Binary80> {
   }
   LIBC_INLINE
   constexpr bool is_subnormal() const {
----------------
legrosbuffle wrote:

Can we move this to the generic implementation (maybe in a separate patch) ? This would have avoided the bug in the first place :)

https://github.com/llvm/llvm-project/pull/78592


More information about the libc-commits mailing list