Skip to content

Commit 0788606

Browse files
committed
Add AVX2/FMA to gcc options
1 parent fd80992 commit 0788606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
gcc -DTRAINING=1 -Wall -W -O3 -g -I../include denoise.c kiss_fft.c pitch.c celt_lpc.c -o dump_data -lm
4-
gcc -o test_lpcnet -g -O2 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm
4+
gcc -o test_lpcnet -mavx2 -mfma -g -O3 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm

0 commit comments

Comments
 (0)