[libc-commits] [libc] [libc][stdfix] Implement `countlsfx` functions (PR #114318)

via libc-commits libc-commits at lists.llvm.org
Tue Nov 5 13:08:19 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() {
----------------
lntue wrote:

needs `LIBC_INLINE` 

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


More information about the libc-commits mailing list