diff test/test_compare.h @ 20:627d548b23c8

impl/generic: fix load and store implementations this caused a segmentation fault under AltiVec, but it went under the radar on x86 because my main PC supports all of the non-generic vector implementations.
author Paper <paper@tflc.us>
date Thu, 21 Nov 2024 21:19:11 +0000
parents 41dd962abdd1
children
line wrap: on
line diff
--- a/test/test_compare.h	Wed Nov 20 14:33:19 2024 -0500
+++ b/test/test_compare.h	Thu Nov 21 21:19:11 2024 +0000
@@ -109,4 +109,4 @@
 #undef RUN_TESTS
 
 	return ret;
-}
\ No newline at end of file
+}