-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve NEON 'shuff' in NEONv2 and add 'compress' NEONv1 support.
- Loading branch information
Showing
3 changed files
with
166 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# TODO | ||
|
||
- [ ] Add `compress` for NEONv1 with emulation of `vqtbl1q` based on two `vtbl2` | ||
- [ ] Improve NEONv2 `shuff` operations with `vqtbl1q` instruction | ||
- [ ] Create a docker image with "Intel Software Development Emulator" to enable | ||
AVX-512 instructions emulation on the runners that does not support | ||
native AVX-512 | ||
- [ ] Find a workaround for the 16-bit SSE `compress` that requires BMI2 | ||
extension (remove `_pext_u32` dependency, available from Haswell) | ||
- [ ] Compile the examples in the `CMakeFiles.txt | ||
- [x] Add `compress` for NEONv1 with emulation of `vqtbl1q` based on two `vtbl2` | ||
- [x] Improve NEONv2 `shuff` operations with `vqtbl1q` instruction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters