[libc-commits] [libc] [llvm] [libc][math][c23] Add rsqrtf() function (PR #159615)

Anton Shepelev via libc-commits libc-commits at lists.llvm.org
Wed Sep 24 11:58:44 PDT 2025


================
@@ -0,0 +1,74 @@
+//===-- Utility class to test rsqrt[f|l] ------------------------*- C++ -*-===//
----------------
amemov wrote:

I wanted to specify here, that it shouldn't be used by float16 and bfloat16 - only for numbers with 32 bits and higher 
I think with your suggestion it might be ambiguous to what data types it is applicable 

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


More information about the libc-commits mailing list