Y
Hacker News
new
|
ask
|
show
|
jobs
by
mru
6047 days ago
ARMv7 has a SIMD unit (NEON) that easily outshines SSE and Altivec. Floating point support is also good nowadays.
1 comments
DarkShikari
6046 days ago
Or, better said, the instruction set NEON outshines SSE and Altivec. The actual vector unit is a bit lacking performance-wise by comparison, which shouldn't be particularly surprising given that it runs on 100 times less power.
link
mru
6046 days ago
True, but there's nothing to say future implementations will not be faster. Adding more execution units is "easy". Fixing an instruction set is not.
link