mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Add zmmword as known asm size directive.
This commit is contained in:
parent
95be71e974
commit
348be05605
@ -121,7 +121,7 @@ static unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> G
|
|||||||
static unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> GetAsmSizeDirectives()
|
static unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> GetAsmSizeDirectives()
|
||||||
{
|
{
|
||||||
unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> ret;
|
unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> ret;
|
||||||
for( auto& v : { "byte", "word", "dword", "qword", "xmmword", "ymmword" } )
|
for( auto& v : { "byte", "word", "dword", "qword", "xmmword", "ymmword", "zmmword" } )
|
||||||
{
|
{
|
||||||
ret.insert( v );
|
ret.insert( v );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user