diff options
Diffstat (limited to 'sample/large.cpp')
-rw-r--r-- | sample/large.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/large.cpp b/sample/large.cpp index eb8d4e5..d7a627c 100644 --- a/sample/large.cpp +++ b/sample/large.cpp @@ -1,6 +1,6 @@ /* large prime sample for 64-bit arch - make USE_LLVM=1 CFLAGS_USER="-DMCL_MAX_OP_BIT_SIZE=768" + make MCL_USE_LLVM=1 MCL_MAX_OP_BIT_SIZE=768 */ #include <mcl/fp.hpp> #include <cybozu/benchmark.hpp> |