Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: enables dynamic linking, removes R15 is clobbered #407

Merged
merged 9 commits into from Feb 27, 2023

Commits on Feb 26, 2023

  1. Copy the full SHA
    4d01900 View commit details
    Browse the repository at this point in the history
  2. math/fp25519: Workaround to remove R15 from integerMulAdx.

    See bug in the compiler (issue #58632).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    383b28e View commit details
    Browse the repository at this point in the history
  3. math/fp448: Workaround to remove R15 from integerMulAdx.

    See bug in the compiler (issue #58632).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    b161214 View commit details
    Browse the repository at this point in the history
  4. ecc/fourq: Workaround to remove R15 from fpMulBmi2.

    See bug in the compiler (issue #58632).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    d583f49 View commit details
    Browse the repository at this point in the history
  5. ecc/p384: Remove R15 from arith p384.

    See bug in the compiler (issue #58632).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    09dba53 View commit details
    Browse the repository at this point in the history
  6. dh/csidh: Avoid reference to global variable with MULX for mulBmiAsm.

    See bug in the compiler (issue #58735).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    f500971 View commit details
    Browse the repository at this point in the history
  7. dh/sidh: Avoid reference to global variable with MULX for rdcP434.

    See bug in the compiler (issue #58735).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    2265077 View commit details
    Browse the repository at this point in the history
  8. dh/sidh: Avoid reference to global variable with MULX for rdcP503.

    See bug in the compiler (issue #58735).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    1f6e82b View commit details
    Browse the repository at this point in the history
  9. dh/sidh: Avoid reference to global variable with MULX for rdcP751.

    See bug in the compiler (issue #58735).
    armfazh committed Feb 26, 2023
    Copy the full SHA
    183d74f View commit details
    Browse the repository at this point in the history