diff --git a/tests/core/simd/util/test_core_simd_util.odin b/tests/core/simd/util/test_core_simd_util.odin index ff7e1f9aa..ba302a121 100644 --- a/tests/core/simd/util/test_core_simd_util.odin +++ b/tests/core/simd/util/test_core_simd_util.odin @@ -105,3 +105,37 @@ test_index_byte_zero :: proc(t: ^testing.T) { } } } + +@test +test_misaligned_data :: proc(t: ^testing.T) { + for n in 2..<256 { + data := make([]u8, n) + defer delete(data) + for i in 0..