Add ceil implementation for 64-bit machines.
commitcf00cc00bc53ab26b23b810b4bfbdfb43262538a
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 Aug 2009 01:05:48 +0000 (24 18:05 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 Aug 2009 01:05:48 +0000 (24 18:05 -0700)
tree3d09caa3ecb83249ccaa5e0f874b9128c1de78e7
parentb42a214c1807dc596cf3647fc35a0eb42ccc7e68
Add ceil implementation for 64-bit machines.

On 64-bit machines we should not split doubles into two 32 bit
integer and handle the words separately.  We have wide registers.
This patch implements a 64-bit ceil version.  Ideally all other
functions will be converted over time.
ChangeLog
math/math_private.h
sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c [new file with mode: 0644]
sysdeps/x86_64/fpu/math_private.h