Replace vseq/vand with their immediate-form variants#630
Replace vseq/vand with their immediate-form variants#630lhecker merged 1 commit intomicrosoft:mainfrom
Conversation
heiher
commented
Aug 28, 2025
```
simd/lines_fwd/134217728
time: [4.3447 ms 4.3474 ms 4.3505 ms]
thrpt: [28.732 GiB/s 28.753 GiB/s 28.771 GiB/s]
change:
time: [β1.8221% β1.7185% β1.6176%] (p = 0.00 < 0.05)
thrpt: [+1.6442% +1.7485% +1.8559%]
Performance has improved.
```
lhecker
left a comment
There was a problem hiding this comment.
Oh, that's very interesting! I was reading a lot of RISC-V lately (my first time doing so) and this reminds me a lot of it. I hope LoongArch continuous to gain popularity. π
|
Apropos, I'm possibly looking to implement this algorithm in the future: http://0x80.pl/notesen/2018-10-18-simd-byte-lookup.html |
It seems that LoongArch SIMD should be able to handle this without much trouble. |