x86: use lfpimm instead of limm for fptan

This commit is contained in:
Nilay Vaish 2014-01-27 18:50:54 -06:00
parent 6a543b5134
commit bdee69d0b1

View file

@ -55,7 +55,7 @@ def macroop FSINCOS {
def macroop FPTAN { def macroop FPTAN {
tanfp st(0), st(0) tanfp st(0), st(0)
limm ufp1, "double(1)" lfpimm ufp1, 1
movfp st(-1), ufp1, spm=-1 movfp st(-1), ufp1, spm=-1
}; };