]> www.ginac.de Git - cln.git/commit
Fix scale_float for large factors on x86.
authorRichard Kreckel <kreckel@ginac.de>
Tue, 12 Apr 2011 08:00:36 +0000 (10:00 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 12 Apr 2011 08:00:36 +0000 (10:00 +0200)
commit9b55b2889220008cd5cbeb9c36cce6d75c010d64
tree405b0c96189f1c9435c843edc9d1619ec402f20d
parentb338e09d3bd41878b6528202133f2b9a77777e6b
Fix scale_float for large factors on x86.

The routine scale_float(cl_LF, cl_I) in file cl_LF_scale_I.cc had not
been adapted to 64-bit exponents on systems where uintD is 32 bit.

Reported by Michael Miller <millermj@lemoyne.edu>.
src/float/lfloat/elem/cl_LF_scale_I.cc