Let us walk on the 3-isogeny graph
|
This project uses cmake
. In case it is desired to use a specialized IDE like Clion, a stand-alone cmake
build can be done as well, but the instructions have to be run manually.
To set up the environment, in clion, create four different cmake profiles with the following instructions:
Debug
.Unix Makefiles
.-G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DBENCHMARKING=CYCLES -DARCHITECTURE=x8664
Release
.Unix Makefiles
.-G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DBENCHMARKING=CYCLES -DARCHITECTURE=x8664
Debug
.Unix Makefiles
.-G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DBENCHMARKING=TIME -DARCHITECTURE=x8664
Release
.Unix Makefiles
.-G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DBENCHMARKING=TIME -DARCHITECTURE=x8664
Please refer to the figure below for clarification.