Skip to content

Commit 958d19a

Browse files
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 detection
1 parent 0331597 commit 958d19a

2 files changed

Lines changed: 455 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 curl_cffi developers
3+
Copyright (c) 2026 curl_cffi developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)