Hacker News new | ask | show | jobs
by vardump 680 days ago
M33 does not have SIMD. No Helium or anything else.

DSP extensions are included, but those are all scalar.

1 comments

Oh! I stand corrected. I read DSP and assumed that meant SIMD.

So what does "DSP" actually mean, in this context?

Some "SIMD"-like instructions are included (saturation, add, subtract, multiply), but they all use the scalar register file. So somewhere in between.