Skip to content

Commit

Permalink
Merge pull request #1075 from WalterBright/fix8846
Browse files Browse the repository at this point in the history
fix Issue 8846 - Specs for Inline Assembler don't include cmpxchg16b
  • Loading branch information
andralex committed Nov 23, 2015
2 parents b331f7f + f551e63 commit 5a827e4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions iasm.dd
Expand Up @@ -533,10 +533,15 @@ $(H2 Opcodes Supported)
, $(TT cmpsd)
, $(TT cmpss)
)$(TROW $(TT cmpsw)
, $(TT cmpxch8b)
, $(TT cmpxchg)
, $(TT comisd)
, $(TT cmpxchg8b)
, $(TT cmpxchg16b)
, $(TT )
)$(TROW $(TT comisd)
, $(TT comiss)
, $(TT )
, $(TT )
, $(TT )
)$(TROW $(TT cpuid)
, $(TT cvtdq2pd)
, $(TT cvtdq2ps)
Expand Down

0 comments on commit 5a827e4

Please sign in to comment.