fftw: Enable generate avx code.

This commit is contained in:
Alexpux
2014-04-24 21:49:14 +04:00
parent 3619d75a7b
commit 569a366a8d

View File

@@ -4,7 +4,7 @@ _realname=fftw
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=3.3.4
pkgrel=1
pkgrel=2
pkgdesc="A library for computing the discrete Fourier transform (DFT) (mingw-w64)"
arch=('any')
url="http://www.fftw.org"
@@ -23,6 +23,7 @@ build() {
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--enable-sse2 \
--enable-avx \
--enable-static \
--enable-shared \
--enable-threads=win32 \
@@ -53,7 +54,8 @@ build() {
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--enable-float \
--enable-sse \
--enable-sse2 \
--enable-avx \
--enable-static \
--enable-shared \
--enable-threads=win32 \