mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
98b831aec4
Updated the exercise to use SIMD. This allows us to cross-reference the concept from 112_vectors back to 005_arrays2, introducing a handy feature of vectors early on. See #430