Hacker News new | ask | show | jobs
by mshockwave 76 days ago
One thing I observed is that RVV code is usually slower in QEMU
1 comments

Of course it is. Emulating parallel operations on 4 or 8 or 16 or 32 elements one at a time using scalar instructions is expected to be slow.