[clang] [llvm] [X86][AVX10.2] Remove YMM rounding from VCVT[,T]PS2I[,U]BS (PR #132426)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 17:11:35 PDT 2025
phoebewang wrote:
> LGTM. Clang format changes look valid.
I think the `(__mmask8) - 1` doesn't make sense. Seems clang-format takes `__mmask8` as a variable rather than a type. It appares since some version and really annoying.
https://github.com/llvm/llvm-project/pull/132426
More information about the llvm-commits
mailing list