Page MenuHomePhabricator

[SECP256K1] Turn off ASM by default on target with no ASM support
ClosedPublic

Authored by Fabien on Mar 27 2020, 15:03.

Details

Summary

This will drop the need to set -DSECP256K1_USE_ASM=OFF for targets
with no support for ASM in secp256k1.

Test Plan

Run cmake on various platforms and check the ASM is enabled/disabled as
needed.

Run the Gitian builds.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
secp256k1_asm_better_ux
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10010
Build 17866: Default Diff Build & Tests
Build 17865: arc lint + arc unit

Event Timeline

deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
src/secp256k1/CMakeLists.txt
82

The docstring is wrong.

This revision is now accepted and ready to land.Mar 27 2020, 15:09

Remove obsolete if available from docstring.