diff options
Diffstat (limited to 'math/Versions')
-rw-r--r-- | math/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/Versions b/math/Versions index f927075..36c0f23 100644 --- a/math/Versions +++ b/math/Versions @@ -673,9 +673,11 @@ libm { } GLIBC_2.42 { # Functions not involving _Float64x or _Float128, for all configurations. + pown; pownf; pownl; pownf32; pownf64; pownf32x; powr; powrf; powrl; powrf32; powrf64; powrf32x; rsqrt; rsqrtf; rsqrtl; rsqrtf32; rsqrtf64; rsqrtf32x; # Functions involving _Float64x or _Float128, for some configurations. + pownf64x; pownf128; powrf64x; powrf128; rsqrtf64x; rsqrtf128; } |