x86: use lfpimm instead of limm for fptan
This commit is contained in:
parent
6a543b5134
commit
bdee69d0b1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def macroop FSINCOS {
|
|||
|
||||
def macroop FPTAN {
|
||||
tanfp st(0), st(0)
|
||||
limm ufp1, "double(1)"
|
||||
lfpimm ufp1, 1
|
||||
movfp st(-1), ufp1, spm=-1
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue