• Mark Mendell's avatar
    [optimizing compiler] Implement inline x86 FP '%' · 24f2dfae
    Mark Mendell authored
    
    
    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: default avatarMark Mendell <mark.p.mendell@intel.com>
    24f2dfae
assembler_x86_64.h 25.4 KB