diff options
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +ccflags-y := -O3 -march=native obj-m := polybench.o KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) |
![]() |
index : polybench | |
| Small benchmarking framework for unaligned access poly1305 | Jason A. Donenfeld |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 1 |
@@ -1,3 +1,4 @@ +ccflags-y := -O3 -march=native obj-m := polybench.o KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) |