mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-15 00:30:19 +08:00
* config/arm/ieee754-df.S (floatdidf): Fix regression with big values.
From-SVN: r89709
This commit is contained in:
parent
38b0dcb81e
commit
72111a1f4b
@ -1,3 +1,7 @@
|
||||
2004-10-27 Nicolas Pitre <nico@cam.org>
|
||||
|
||||
* config/arm/ieee754-df.S (floatdidf): Fix regression with big values.
|
||||
|
||||
2004-10-27 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
PR tree-optimization/18048
|
||||
|
@ -511,7 +511,7 @@ ARM_FUNC_ALIAS aeabi_l2d floatdidf
|
||||
addne r2, r2, #3
|
||||
movs ip, ip, lsr #3
|
||||
addne r2, r2, #3
|
||||
add r2, r2, ip
|
||||
add r2, r2, ip, lsr #3
|
||||
|
||||
rsb r3, r2, #32
|
||||
mov ip, xl, lsl r3
|
||||
|
Loading…
Reference in New Issue
Block a user