Commit 958d19a
authored
WS: Hardware-accelerated WebSocket masking via SIMD (#251)
* Add in SIMD patch
* Add gate for older clang versions
* Lint patch with make checksrc
* Attempt to fix CPUID detection for CI/CD
* Revert "Attempt to fix CPUID detection for CI/CD"
This reverts commit 394e516.
* Improve CPU feature detection for CI/CD and move xbuf to heap
* Update license year
- The real goal is to re-run the pipeline
* Update patch with more robust SIMD gates and CPU checks
* Lint patch with checksrc
* Fix builds on newer clang, update edge case handling and CPU feature detection1 parent 0331597 commit 958d19a
2 files changed
Lines changed: 455 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments