mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Implement C23 rsqrt
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the rsqrt functions (1/sqrt(x)). The test inputs are taken from those for sqrt. Tested for x86_64 and x86, and with build-many-glibcs.py.
This commit is contained in:
@ -920,3 +920,9 @@ GLIBC_2.41 tanpif32 F
|
||||
GLIBC_2.41 tanpif32x F
|
||||
GLIBC_2.41 tanpif64 F
|
||||
GLIBC_2.41 tanpil F
|
||||
GLIBC_2.42 rsqrt F
|
||||
GLIBC_2.42 rsqrtf F
|
||||
GLIBC_2.42 rsqrtf32 F
|
||||
GLIBC_2.42 rsqrtf32x F
|
||||
GLIBC_2.42 rsqrtf64 F
|
||||
GLIBC_2.42 rsqrtl F
|
||||
|
Reference in New Issue
Block a user