klauspost / reedsolomon

Reed-Solomon Erasure Coding in Go
MIT License
1.88k stars 248 forks source link

Fix build for Graviton4 processor #283

Closed fwessels closed 3 months ago

fwessels commented 3 months ago

This is a temp fix for the Graviton4 processor.

(Full fix will be vector-width agnostic as well as take advantage of some further improvements due to support for SVE2 on Graviton4)