Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86_64: Fix fp-to-core conversion | Serguei Katkov | 2014-06-21 | 2 | -0/+7 |
| | | | | | | | | | | | | | Long max value cannot be represented with double precision and check fp against max_long does not guard invocation of conversion instruction. As a result conversion ends up with min long instead of max long. The patch changes the guard check to not allow conversion instruction for max long. Change-Id: Ied761051ec27cf6c833040c25a2c61ab9fcea414 Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com> | ||||
* | Add dependency for operations with x86 FPU stack | Serguei Katkov | 2014-03-14 | 3 | -2/+19 |
| | | | | | | | | | | Load Hoisting optimization can re-order operations with FPU stack due to no dependency set. Patch adds resource dependency between these operations. Change-Id: Iccce98c8f3c565903667c03803884d9de1281ea8 Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com> | ||||
* | Add test 302-float-conversion from dalvik. | Elliott Hughes | 2013-04-01 | 3 | -0/+48 |
Change-Id: Id742af562cc4506ee72be6d36b4ef3299b6266dd |