Anton Shepelev
1244fd24d9
[libc][math][c23] Add rsqrtf() function ( #159615 )
...
Closes #159614
**Changes:**
- Initial implementation of rsqrt for single precision float
**Some small unrelated style changes to this PR (that I missed in my
rsqrtf16 PR):**
- Added extra - to the top comments to make it look nicer in
libc/shared/math/rsqrtf16.h
- Put rsqrtf16 inside of libc/src/__support/math/CMakeLists.txt in
sorted order
- Rearanged libc_math_function rsqrtf16 in Bazel to match alphabetical
order
2025-10-08 23:37:01 -04:00
..
2025-07-19 05:21:34 +03:00
2025-07-21 21:35:39 +03:00
2025-07-20 22:41:28 +03:00
2025-07-22 00:18:15 +03:00
2025-07-21 23:02:19 +03:00
2025-07-25 21:28:27 +03:00
2025-07-25 22:46:43 +03:00
2025-07-29 20:19:01 +03:00
2025-07-26 02:05:09 +03:00
2025-07-29 20:19:01 +03:00
2025-07-28 18:14:47 +03:00
2025-07-31 01:07:55 +03:00
2025-08-02 00:18:57 +03:00
2025-08-01 16:06:09 +03:00
2025-07-29 21:16:57 +03:00
2025-07-30 23:31:07 +03:00
2025-07-30 07:24:49 +03:00
2025-08-02 23:04:02 +03:00
2025-08-02 02:54:13 +03:00
2025-08-03 21:02:53 +03:00
2025-08-08 18:28:50 +03:00
2025-08-09 18:51:54 +03:00
2025-08-13 18:04:35 +03:00
2025-08-11 21:08:21 +03:00
2025-08-19 02:08:07 +03:00
2025-08-14 17:19:47 +03:00
2025-08-22 05:04:13 +03:00
2025-08-22 04:53:18 +03:00
2025-09-20 07:24:21 +03:00
2025-07-21 22:24:24 +03:00
2025-10-05 06:31:39 +03:00
2025-10-06 21:23:44 +03:00
2025-07-16 22:48:29 +03:00
2025-07-25 16:10:47 +00:00
2025-07-17 20:25:00 +03:00
2025-10-01 11:21:19 +03:00
2025-09-29 07:58:03 +03:00
2025-07-15 12:10:08 -04:00
2025-07-12 00:48:01 -04:00
2025-07-11 23:55:09 -04:00
2025-07-12 11:08:58 -04:00
2025-07-14 11:00:01 -04:00
2025-07-14 10:10:49 -04:00
2025-07-14 11:35:53 -04:00
2025-10-08 23:37:01 -04:00
2025-10-08 23:37:01 -04:00