Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FFTW が単精度または倍精度でコンパイルされたかどうかを確認する方法はありますか?
ライブラリの名前の末尾に f が付いている場合、それは単精度です。それ以外の場合は 2 倍です。例えば、
libfftw3.a は倍精度です
libfftw3f.a は単精度です