Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
feat: add 64bits support
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 5, 2024
1 parent 202c40e commit d0947c9
Show file tree
Hide file tree
Showing 7 changed files with 1,644 additions and 74 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ build: build-tfhe-rs-capi
test: build-tfhe-rs-capi
cd fhevm && go test -v .

.PHONY: gasEstimation
gasEstimation: build-tfhe-rs-capi
cd fhevm && go test -count=1 -v . -run GasEstimation

.PHONY: build-tfhe-rs-capi
build-tfhe-rs-capi:
cd tfhe-rs && RUSTFLAGS="" make build_c_api_experimental_deterministic_fft \
Expand Down
Loading

0 comments on commit d0947c9

Please sign in to comment.