X86: Hook in the fp arithmetic instructions. Stale python made it work before.
--HG-- extra : convert_revision : af27f26ae810ebaae13faa572c5b4eb074620d91
This commit is contained in:
parent
d2fc4ee625
commit
760240176a
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@
|
||||||
# Authors: Gabe Black
|
# Authors: Gabe Black
|
||||||
|
|
||||||
categories = ["move",
|
categories = ["move",
|
||||||
"convert"]
|
"convert",
|
||||||
|
"add_and_subtract",
|
||||||
|
"multiply_and_divide"]
|
||||||
|
|
||||||
microcode = '''
|
microcode = '''
|
||||||
# SSE instructions
|
# SSE instructions
|
||||||
|
|
Loading…
Reference in a new issue