Commit 72111a1f by Nicolas Pitre Committed by Nicolas Pitre

* config/arm/ieee754-df.S (floatdidf): Fix regression with big values.

From-SVN: r89709
parent 38b0dcb8
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> 2004-10-27 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/18048 PR tree-optimization/18048
......
...@@ -511,7 +511,7 @@ ARM_FUNC_ALIAS aeabi_l2d floatdidf ...@@ -511,7 +511,7 @@ ARM_FUNC_ALIAS aeabi_l2d floatdidf
addne r2, r2, #3 addne r2, r2, #3
movs ip, ip, lsr #3 movs ip, ip, lsr #3
addne r2, r2, #3 addne r2, r2, #3
add r2, r2, ip add r2, r2, ip, lsr #3
rsb r3, r2, #32 rsb r3, r2, #32
mov ip, xl, lsl r3 mov ip, xl, lsl r3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment