Hacker News new | ask | show | jobs
by throwaway81523 11 days ago
Why on earth SIMD instead of the risc-v vector extensions that are supposed to be better?
1 comments

For compatibility and simplicity. Most SIMD instructions in P4 and S31 (compatible with P4 rev 3.x) are an direct evolution from S3. Espressif just doesn't want to rewrite their optimized assembly libraries.