Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin-core/secp256k1#1336: Use
__shiftright128
intrinsic in…
… `secp256k1_u128_rshift` on MSVC 5b7bf2e Use `__shiftright128` intrinsic in `secp256k1_u128_rshift` on MSVC (Hennadii Stepanov) Pull request description: Closes bitcoin-core/secp256k1#1324. As the `__shiftright128` [docs](https://learn.microsoft.com/en-us/cpp/intrinsics/shiftright128) state: > The `Shift` value is always modulo 64... it is not applicable for the `n >= 64` branch. ACKs for top commit: sipa: utACK 5b7bf2e real-or-random: ACK 5b7bf2e tested with MSVC x64 Tree-SHA512: bc4c245a9da83c783a0479e751a4bc2ec77a34b99189fcc4431033a5420c93b610f3b960d3f23c15bce2eb010beba665b3e84d468b3fdab3d5846d4f27016898
- Loading branch information