Common: Disable clang-format on simd.cpp

It's breaking all the formatting
This commit is contained in:
TellowKrinkle 2025-06-01 23:34:18 -05:00 committed by TellowKrinkle
parent 0a76c5a64d
commit e97f03ed8b

View File

@ -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};