summaryrefslogtreecommitdiffstats
path: root/test/703-floating-point-div
Commit message (Collapse)AuthorAgeFilesLines
* ART: Relax test 703Andreas Gampe2015-03-101-4/+10
| | | | | | | NaNs are a set of numbers. Do not expect one specific one as the result of a NaN computation. Change-Id: Ib98d61ea1fe8c2dd80027d1a23b8a77bfb248a27
* ARM: Strength reduction for floating-point divisionNingsheng Jian2014-11-053-0/+92
For floating-point division by power of two constants, generate multiplication by the reciprocal instead. Change-Id: I39c79eeb26b60cc754ad42045362b79498c755be