|
|
|
|
|
by CodesInChaos
2850 days ago
|
|
> 256-bit vector instructions (AVX instructions) are split into two micro-ops handling 128 bits each. https://www.agner.org/optimize/blog/read.php?i=838#838 This is responsible for Ryzen losing to Intel in SIMD heavy benchmarks. The upside is that it avoids the reduced turbo boost Intel does for some 256-bit AVX instructions (and even worse downclocks caused by AVX 512), so for workloads mixing avx and normal instructions it shouldn't do too badly. |
|