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

via libc-commits libc-commits at lists.llvm.org
Wed Sep 24 11:53:54 PDT 2025


================
@@ -775,6 +759,36 @@ add_header_library(
     libc.src.__support.common
 )
 
+add_header_library(
----------------
overmighty wrote:

Nit: ordering. Should be `rsqrtf` first, then `rsqrtf16`. (Order is usually: no suffix (`double`), `f`, `l`, `f16`, `f128`, `bf16`.)

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


More information about the libc-commits mailing list