Skip to content

Commit

Permalink
Makefile updated to use gcc-11 -mbmi2
Browse files Browse the repository at this point in the history
  • Loading branch information
cktan committed Jan 20, 2022
1 parent c9e71bc commit 26be9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc-11
CFILES = csv.c
EXEC = csv2py csvsplit csvnorm csvstat csvecho

CFLAGS += -std=c99 -Wall -Wextra -mavx2 -mfma -mbmi
CFLAGS += -std=c99 -Wall -Wextra -mavx2 -mfma -mbmi2

# to compile for debug: make DEBUG=1
# to compile for no debug: make
Expand Down

0 comments on commit 26be9b0

Please sign in to comment.