]> Git Repo - secp256k1.git/commit
Merge #599: Switch x86_64 asm to use "i" instead of "n" for immediate values.
authorGregory Maxwell <[email protected]>
Mon, 11 Mar 2019 18:30:34 +0000 (18:30 +0000)
committerGregory Maxwell <[email protected]>
Mon, 11 Mar 2019 18:31:03 +0000 (18:31 +0000)
commitee99f12f3d8af18bbb9b74cd31907ac1979742ec
treef7b11a70d604f664b0b2d74b8fb392efb87fb6f6
parent05362ee042df365251a16f00fc753016f89209a0
parentd58bc93f2cdcb0e3ffccdc091c3f25ac095c88b4
Merge #599: Switch x86_64 asm to use "i" instead of "n" for immediate values.

d58bc93 Switch x86_64 asm to use "i" instead of "n" for immediate values. (Gregory Maxwell)

Pull request description:

  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

Tree-SHA512: 1ffba02aa6bfcd0b6f731196e5d007f4ddb0f03f53b30a2633f0e376578cf7f828570579502f2de721dcda8034fd8e7bea822542bf36032d98ef802b4cf27725
This page took 0.024444 seconds and 4 git commands to generate.