mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
Add AVX2/FMA to gcc options
This commit is contained in:
parent
d7f0abcd19
commit
1956467d79
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
gcc -DTRAINING=1 -Wall -W -O3 -g -I../include denoise.c kiss_fft.c pitch.c celt_lpc.c -o dump_data -lm
|
||||
gcc -o test_lpcnet -g -O2 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm
|
||||
gcc -o test_lpcnet -mavx2 -mfma -g -O3 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue