HomePhabricator

[SECP256K1] Disable ASM for native executables

Description

[SECP256K1] Disable ASM for native executables

Summary:
If the platforms is detected x86_64 and the ASM check fails, the native
executable will fail as well even if -DSECP256K1_USE_ASM=OFF is passed
to cmake. This diff disables the ASM for the native executables and get
rids of the issue.

Got the issue on FreeBSD 12.0.

Test Plan:

ninja check

Build on FreeBSD 12.0.

Reviewers: #bitcoin_abc, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D5542

Details

Provenance
FabienAuthored on Mar 23 2020, 15:52
FabienPushed on Mar 24 2020, 09:31
Reviewer
Restricted Project
Differential Revision
D5542: [SECP256K1] Disable ASM for native executables
Parents
rABCa56ad26ff18b: [schnorr] Add verification routine to the test framework schnorr signature…
Branches
Unknown
Tags
Unknown