[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions (PR #114318)
via libc-commits
libc-commits at lists.llvm.org
Tue Nov 5 12:57:32 PST 2024
================
@@ -45,6 +45,7 @@ template <> struct FXRep<short fract> {
LIBC_INLINE_VAR static constexpr int FRACTION_LEN = SFRACT_FBIT;
LIBC_INLINE_VAR static constexpr int TOTAL_LEN =
SIGN_LEN + INTEGRAL_LEN + FRACTION_LEN;
+ LIBC_INLINE_VAR static constexpr int VALUE_LEN = INTEGRAL_LEN + FRACTION_LEN;
----------------
duncpro wrote:
Resolved by [1d0488a](https://github.com/llvm/llvm-project/pull/114318/commits/1d0488a6fa8735b1bb8dc08a561eaf40e64ce581)
https://github.com/llvm/llvm-project/pull/114318
More information about the libc-commits
mailing list