clang-format markers

This commit is contained in:
Jasmine Iwanek
2022-11-19 10:43:42 -05:00
parent 83b220cb03
commit 35fea100db
19 changed files with 231 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
return op_pc + 1; \
}
// clang-format off
ropParith(PADDB)
ropParith(PADDW)
ropParith(PADDD)
@@ -55,3 +56,4 @@ ropParith(PSUBUSW)
ropParith(PMADDWD)
ropParith(PMULHW)
ropParith(PMULLW)
// clang-format on