feat(mpn_copyi): Proved correctness of mpn_copyi and other simple util functions.

This commit is contained in:
xiaoh105
2025-06-10 17:54:33 +08:00
parent 1873d949ce
commit 4c0b0e98fa
11 changed files with 1035 additions and 26 deletions

View File

@ -37,7 +37,9 @@ PV_FILE_NAMES = \
PV_FILES=$(PV_FILE_NAMES:%.v=$(PV_DIR)/%.v)
GMP_FILES = ./projects/lib/GmpAux.v ./projects/lib/GmpNumber.v
GMP_FILES = \
./projects/lib/GmpAux.v ./projects/lib/GmpNumber.v \
./projects/lib/gmp_goal.v
FILES = $(PV_FILES) \
$(GMP_FILES)