Kovid Goyal
|
47fea26b62
|
Add an IndexByte implementation useful for benchmarking against stdlib SIMD implementation
|
2024-03-07 09:36:40 +05:30 |
|
Kovid Goyal
|
ede4d7fbca
|
...
|
2024-02-25 09:57:42 +05:30 |
|
Kovid Goyal
|
c01b959723
|
Fix Go unaligned index implementation
|
2024-02-25 09:57:42 +05:30 |
|
Kovid Goyal
|
7467307200
|
Add some alignment tests
|
2024-02-25 09:57:42 +05:30 |
|
Kovid Goyal
|
f9fd6ffd46
|
Use only aligned loads for index funcs
Also obviates the necessity for safe slice wrappers
|
2024-02-25 09:57:41 +05:30 |
|
Kovid Goyal
|
561712090d
|
Fix cmplt implementation
|
2024-02-25 09:57:41 +05:30 |
|
Kovid Goyal
|
d9190ea675
|
DRYer
|
2024-02-25 09:57:41 +05:30 |
|
Kovid Goyal
|
57f4ea4d4a
|
Add some tests for broadcast from constant intrinsic
|
2024-02-25 09:57:41 +05:30 |
|
Kovid Goyal
|
d5cd9ef2ca
|
...
|
2024-02-25 09:57:40 +05:30 |
|
Kovid Goyal
|
601c4ad4df
|
Fix some typos
|
2024-02-25 09:57:40 +05:30 |
|
Kovid Goyal
|
9fc3db1dd1
|
Work on C0 index func
|
2024-02-25 09:57:40 +05:30 |
|
Kovid Goyal
|
d60dacbd09
|
Implement > and < intrinsics for vector registers
|
2024-02-25 09:57:39 +05:30 |
|
Kovid Goyal
|
de8c1e0206
|
Work on porting SIMD vt arser to Go for the kittens
|
2024-02-25 09:57:39 +05:30 |
|