mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Common: Disable clang-format on simd.cpp
It's breaking all the formatting
This commit is contained in:
committed by
TellowKrinkle
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};
|
||||
|
||||
Reference in New Issue
Block a user