Skip to content

Commit

Permalink
fix Issue 8846 - Specs for Inline Assembler don't include cmpxchg16b
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 23, 2015
1 parent 6430951 commit f551e63
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions iasm.dd
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,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 f551e63

Please sign in to comment.