From e97f03ed8bc00d5722a75818438889176e333fbe Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Sun, 1 Jun 2025 23:34:18 -0500 Subject: [PATCH] Common: Disable clang-format on simd.cpp It's breaking all the formatting --- common/emitter/simd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/emitter/simd.cpp b/common/emitter/simd.cpp index 50222bfcf6..8ed3d9c848 100644 --- a/common/emitter/simd.cpp +++ b/common/emitter/simd.cpp @@ -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};