Mercurial > vec
diff src/vec.c @ 30:641d8c79b1da
Backed out changeset e59c91d050c0
| author | Paper <paper@tflc.us> | 
|---|---|
| date | Fri, 25 Apr 2025 17:40:30 -0400 | 
| parents | e59c91d050c0 | 
| children | bf6ad516f1e6 | 
line wrap: on
 line diff
--- a/src/vec.c Thu Apr 24 17:12:05 2025 -0400 +++ b/src/vec.c Fri Apr 25 17:40:30 2025 -0400 @@ -60,6 +60,10 @@ # include "vec/impl/arm/neon.h" #endif +extern inline vec_uintmax vec_lrshift(vec_uintmax x, unsigned int y); +extern inline vec_uintmax vec_llshift(vec_uintmax x, unsigned int y); +extern inline vec_uintmax vec_urshift(vec_uintmax x, unsigned int y); +extern inline vec_uintmax vec_ulshift(vec_uintmax x, unsigned int y); extern inline vec_intmax vec_rshift(vec_intmax x, unsigned int y); extern inline vec_intmax vec_lshift(vec_intmax x, unsigned int y);
