diff src/impl/fallback.c @ 35:99e4539f922f

Backed out changeset e49e70f7012f
author Paper <paper@tflc.us>
date Fri, 25 Apr 2025 17:40:51 -0400
parents 8b5e0974fd41
children
line wrap: on
line diff
--- a/src/impl/fallback.c	Fri Apr 25 17:40:46 2025 -0400
+++ b/src/impl/fallback.c	Fri Apr 25 17:40:51 2025 -0400
@@ -7,8 +7,10 @@
 // memory is unknown or yields incorrect results from the generic functions.
 // This is *extremely* unlikely; for x86 the layout is exactly the same in
 // memory as the generic functions (i.e. it is literally stored as an array of
-// integers). This is likely true for AltiVec and NEON as well, but those
-// aren't tested for now.
+// integers).
+//
+// These functions can probably be removed if every current implementation is
+// found to have the same 
 
 #define VEC_FALLBACK_OPERATION(op, sign, csign, bits, size) \
 	do { \