]> sourceware.org Git - glibc.git/commit
alpha: Use builtin sqrt{f}
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 5 Jun 2020 03:33:51 +0000 (03:33 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 22 Jun 2020 14:09:49 +0000 (11:09 -0300)
commit8a7923b57e70ea500815d666e82156d291aa11fd
tree761ea6c99fd6949efe2aee089e02f43a5a84869c
parentb24381e50f0f8aee1e39bf86ebcbe962b70a9247
alpha: Use builtin sqrt{f}

The generic implementation is simplified by removing the
'optimization' for !_IEEE_FP_INEXACT (which does not handle
inexact neither some values).

Checked on alpha-linux-gnu.
sysdeps/alpha/alphaev6/fpu/e_sqrt.S [deleted file]
sysdeps/alpha/alphaev6/fpu/e_sqrtf.S [deleted file]
sysdeps/alpha/fpu/e_sqrt.c
sysdeps/alpha/fpu/e_sqrtf.c
sysdeps/alpha/fpu/math-use-builtins-sqrt.h [new file with mode: 0644]
This page took 0.045171 seconds and 5 git commands to generate.