mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-21 17:20:57 +03:00
add two avx instructions example & simple clear screen
This commit is contained in:
9
avx/Makefile
Normal file
9
avx/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CC=gcc
|
||||
CFLAGS= -march=native -O3
|
||||
|
||||
all: add dotproduct
|
||||
|
||||
%: %.c
|
||||
@echo -e "\t\tCC $<"
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user