x86: Remove fabs{f} implementation
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 1 Apr 2022 12:52:14 +0000 (09:52 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 4 Apr 2022 19:23:11 +0000 (16:23 -0300)
commit7eed708edf4e61f59f8bca526953a26085c17b56
treede6183b7fd9f1f12383aeaec464f951013d91187
parentdc2cfd6a87bb29b8cd8279f925d4e8eb71d8278e
x86: Remove fabs{f} implementation

For x86_64 is the same as the generic implementation, while for i686
the builtin generates the same code.
sysdeps/i386/fpu/s_fabs.S [deleted file]
sysdeps/i386/fpu/s_fabsf.S [deleted file]
sysdeps/x86_64/fpu/s_fabs.c [deleted file]
sysdeps/x86_64/fpu/s_fabsf.c [deleted file]