[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions (PR #114318)
via libc-commits
libc-commits at lists.llvm.org
Tue Nov 5 13:54:50 PST 2024
================
@@ -307,6 +296,11 @@ template <> struct FXRep<unsigned sat accum> : FXRep<unsigned accum> {};
template <>
struct FXRep<unsigned long sat accum> : FXRep<unsigned long accum> {};
+template<typename FXRep>
+constexpr int get_value_len() {
----------------
duncpro wrote:
Resolved by [81148c2](https://github.com/llvm/llvm-project/pull/114318/commits/81148c241c9da38a6b9d586fe1addb486b5de04f)
https://github.com/llvm/llvm-project/pull/114318
More information about the libc-commits
mailing list