Page MenuHomePhabricator

Make no-float policy explicit
ClosedPublic

Authored by deadalnix on Feb 28 2020, 13:49.

Details

Summary

We don't want floating types for various reasons, e.g.,

  • Their representation and often their behavior is implementation-defined.
  • Many targets don't support them.

This is a backport of libsecp256k1 PR684

Test Plan
ninja check-secp256k1

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable