Skip to content

Commit

Permalink
Option for tuning->amalg.->tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
czurnieden committed Jun 16, 2024
1 parent 54d7c32 commit b0a7d03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ amalgamated_timing: pre_gen
$(CC) $(LTM_CFLAGS) -fprofile-arcs -c pre_gen/tommath_amalgam.c -o tommath_amalgam.o
$(CC) $(LTM_CFLAGS) -DMP_VERSION=\"before\" demo/timing.c tommath_amalgam.o -lgcov -o timing


amalgamated_timingtuned: tune pre_gen
$(CC) $(LTM_CFLAGS) -fprofile-arcs -c pre_gen/tommath_amalgam.c -o tommath_amalgam.o
$(CC) $(LTM_CFLAGS) -DMP_VERSION=\"before\" demo/timing.c tommath_amalgam.o -lgcov -o timing

profiled_single: amalgamated_timing
./timing
rm -f *.o timing
Expand Down

0 comments on commit b0a7d03

Please sign in to comment.