[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2 questions about MXE
From: |
Matteo Frigo |
Subject: |
Re: 2 questions about MXE |
Date: |
Tue, 25 Jun 2013 10:54:46 -0400 |
User-agent: |
K-9 Mail for Android |
FFTW implements runtime detection of sse2 and avx. You can produce a combined
sse2/avx binary that will run anywhere, including pre-sse machines. The
windows binaries on fftw.org have this property.
The --enable-sse flag tells FFTW that your compiler supports SSE. The compiler
is after all under no obligation to support x86 extensions, and by default FFTW
tries to require only C89 support.