commit | 24f2dfae084b2382c053f5d688fd6bb26cb8a328 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Wed Jan 14 19:51:45 2015 -0500 |
committer | Calin Juravle <calin@google.com> | Wed Jan 21 11:00:55 2015 +0000 |
tree | 74cfabf632f13c04729081051e34f68d002c91d4 | |
parent | 93edf73a5fecd526920fbd870068fa592376ac8a [diff] |
[optimizing compiler] Implement inline x86 FP '%' Replace the calls to fmod/fmodf by inline code as is done in the Quick compiler. Remove the quick fmod/fmodf runtime entries, as they are no longer in use. 64 bit code generator Move() routine needed to be enhanced to handle constants, as Location::Any() allows them to be generated. Change-Id: I6b6a42f6faeed4b0b3c940453e487daf5b25d184 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>