Patterns like `VectorMask.not(a.compare(VectorOperators.EQ, b))` can be optimized to `a.compare(VectorOperators.NE, b)`, which saves the `not` operation. This transformation can apply for all architectures.
-
Xiaohong Gong
-
Xiaohong Gong
- Votes:
-
0 Vote for this issue
- Watchers:
-
1 Start watching this issue
- Created:
- Updated: