HomePhabricator

[64-bit ints] Move `{Add,Sub}Int63Overflow(Emulated)` impl to cpp file

Description

[64-bit ints] Move {Add,Sub}Int63Overflow(Emulated) impl to cpp file

Summary: Currently, importing these generates a lot of warning: unused function, so we move the impl to their own cpp files, and turn intmath.h into just a normal header file without impl.

Test Plan: ninja check

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Subscribers: Fabien

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

Event Timeline