This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
kitty
Watch
1
Star
0
Fork
0
You've already forked kitty
mirror of
https://github.com/kovidgoyal/kitty
synced
2026-06-06 09:15:57 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b5edd9ad5727201d86a683107c5540e62aa30734
kitty
/
tools
/
simdstring
History
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_test.go
Use only aligned loads for index funcs
2024-02-25 09:57:41 +05:30
intrinsics.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
…