diff options
Diffstat (limited to 'math/Versions')
-rw-r--r-- | math/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/Versions b/math/Versions index 36c0f23..666d6b3 100644 --- a/math/Versions +++ b/math/Versions @@ -673,12 +673,17 @@ libm { } GLIBC_2.42 { # Functions not involving _Float64x or _Float128, for all configurations. + compoundn; compoundnf; compoundnl; + compoundnf32; compoundnf64; compoundnf32x; pown; pownf; pownl; pownf32; pownf64; pownf32x; powr; powrf; powrl; powrf32; powrf64; powrf32x; + rootn; rootnf; rootnl; rootnf32; rootnf64; rootnf32x; rsqrt; rsqrtf; rsqrtl; rsqrtf32; rsqrtf64; rsqrtf32x; # Functions involving _Float64x or _Float128, for some configurations. + compoundnf64x; compoundnf128; pownf64x; pownf128; powrf64x; powrf128; + rootnf64x; rootnf128; rsqrtf64x; rsqrtf128; } } |