Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XOR swap and XCHG assembly optimization for integral types
- Add _ENABLE_XOR_SWAP macro with default value of 0 - Implement XOR swap optimization for integral types - Add x86/x64 assembly XCHG optimization - Add comprehensive test coverage for swap operations Tests are initially disabled to allow for review before enabling. Co-Authored-By: Serg Kryvonos <[email protected]>
- Loading branch information