Earlier quoted context omitted.
The name, yes, but going by name is a bad idea as the V in AVX also stands for Vector. BTW, you'll be disappointed if you think of the P extension as something like SSE/AVX. The target for it is way lower power/perf, like a stripped-down MMX. My point was about the underlying hardware implementation, specifically: > "As shown in Figure 1-3, array processors scale performance spatially by replicating processing elemen…
Stripped down MMX? What's left then I wonder? :-D
I don’t personally like it because it still ends up with all the headache of building most of a vector subsystem (data path, functional units,…) while _only_ pretty much reducing one special vector file.