Skip to content

Commit d1fd315

Browse files
committed
initial submit
1 parent c067180 commit d1fd315

14 files changed

+10297
-2
lines changed

Makefile.am

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AUTOMAKE_OPTIONS = foreign
2+
3+
CFLAGS = -Wall -Wno-unused-result -march=native -O3 -maes -mrdrnd -lgmp
4+
CXXFLAGS = -Wall -Wno-unused-result -march=native -O3 -maes -mrdrnd -lgmp -std=c++11
5+
LDFLAGS =
6+
LIBS = -lgmp
7+
8+
bin_PROGRAMS = test
9+
test_SOURCES = main.cpp libfastexp.h libfastexp.c

0 commit comments

Comments
 (0)