mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
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
Block a user