Add XMM8--XMM15. These were added in x64.

This commit is contained in:
Nick Lewycky
2019-10-14 13:44:45 -07:00
parent 4b89e01806
commit 765e1d3b9e
2 changed files with 56 additions and 0 deletions

View File

@ -1023,6 +1023,14 @@ pub mod x64 {
XMM5,
XMM6,
XMM7,
XMM8,
XMM9,
XMM10,
XMM11,
XMM12,
XMM13,
XMM14,
XMM15,
}
#[derive(Copy, Clone, Debug, Eq, PartialEq)]