Update.
authorAndreas Jaeger <aj@suse.de>
Sat, 6 Jul 2002 15:07:30 +0000 (15:07 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 6 Jul 2002 15:07:30 +0000 (15:07 +0000)
commit9359218f0fa991ee10df00cfdc4fc1822c9d9597
tree9850632a6d8c6587f9b2adc0288b4994ea87c2ea
parentaeb25823d8ef62566bef76351cc318673f3f36c7
Update.

2002-07-06  Andreas Jaeger  <aj@suse.de>

* sysdeps/x86_64/fpu/bits/mathinline.h: New.
* sysdeps/x86_64/fpu/s_copysign.S: New.
* sysdeps/x86_64/fpu/s_copysignf.S: New.
* sysdeps/x86_64/fpu/s_copysignl.S: New.
* sysdeps/x86_64/fpu/s_finitel.S: New.
* sysdeps/x86_64/fpu/s_fmax.S: New.
* sysdeps/x86_64/fpu/s_fmaxf.S: New.
* sysdeps/x86_64/fpu/s_fmaxl.S: New.
* sysdeps/x86_64/fpu/s_fmin.S: New.
* sysdeps/x86_64/fpu/s_fminf.S: New.
* sysdeps/x86_64/fpu/s_fminl.S: New.
13 files changed:
ChangeLog
sysdeps/x86_64/fpu/bits/mathinline.h [new file with mode: 0644]
sysdeps/x86_64/fpu/s_copysign.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_copysignf.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_copysignl.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fdiml.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_finitel.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fmax.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fmaxf.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fmaxl.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fmin.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fminf.S [new file with mode: 0644]
sysdeps/x86_64/fpu/s_fminl.S [new file with mode: 0644]