mirror of https://github.com/PCSX2/pcsx2
Common: Disable clang-format on simd.cpp
It's breaking all the formatting
This commit is contained in:
parent
0a76c5a64d
commit
e97f03ed8b
|
|
@ -212,6 +212,8 @@ namespace x86Emitter
|
|||
}
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
|
||||
const xImplSimd_DestRegEither xPAND = {0x66, 0xdb};
|
||||
const xImplSimd_DestRegEither xPANDN = {0x66, 0xdf};
|
||||
const xImplSimd_DestRegEither xPOR = {0x66, 0xeb};
|
||||
|
|
|
|||
Loading…
Reference in New Issue