Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X86: avoid vector-scalar shifts if splat amount is directly a vector …
…ADD/SUB/AND op. Prefer vector-vector shifts if available (AVX2+). Improves code generated for rotate and funnel shifts. Otherwise it would generate a shuffle + slower vector-scalar shift.
- Loading branch information