6 ms·
One thing I observed is that RVV code is usually slower in QEMU
by mshockwave 6mo ago
One thing I observed is that RVV code is usually slower in QEMU
- brucehoult 6mo agoOf 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.