]> Git Repo - secp256k1.git/commit
Switch x86_64 asm to use "i" instead of "n" for immediate values.
authorGregory Maxwell <[email protected]>
Sun, 10 Mar 2019 22:52:12 +0000 (22:52 +0000)
committerGregory Maxwell <[email protected]>
Sun, 10 Mar 2019 22:52:12 +0000 (22:52 +0000)
commitd58bc93f2cdcb0e3ffccdc091c3f25ac095c88b4
treef7b11a70d604f664b0b2d74b8fb392efb87fb6f6
parent05362ee042df365251a16f00fc753016f89209a0
Switch x86_64 asm to use "i" instead of "n" for immediate values.

The constraint "n" is a more obscure setting which is needed for
 special cases that don't apply to our use.

Use of "n" exposed some bugs in pre-release versions of clang.
This fixes #594
src/scalar_4x64_impl.h
This page took 0.024688 seconds and 4 git commands to generate.