klauspost / reedsolomon

Reed-Solomon Erasure Coding in Go
MIT License
1.87k stars 246 forks source link

Test asm slice reads/writes in race tests #286

Closed klauspost closed 1 month ago

klauspost commented 1 month ago

When calling asm functions in race mode, check inputs and outputs for races.