kitty/tools/simdstring
Kovid Goyal b5edd9ad57
Dont precalculate mask in loop body
No need since we dont shift. Avoids the extra mask instructions for the
not found case.
2024-02-25 09:57:42 +05:30
..
generate.go Dont precalculate mask in loop body 2024-02-25 09:57:42 +05:30
generate.sh
intrinsics.go Use only aligned loads for index funcs 2024-02-25 09:57:41 +05:30
intrinsics_test.go Use only aligned loads for index funcs 2024-02-25 09:57:41 +05:30
scalar.go Work on C0 index func 2024-02-25 09:57:40 +05:30
test.sh