#include "oct-error.h"#include "oct-fftw.h"#include "oct-locbuf.h"#include "quit.h"#include "singleton-cleanup.h"#include "nproc-wrapper.h"Go to the source code of this file.
Macros | |
| #define | CHECK_SIMD_ALIGNMENT(x) (((reinterpret_cast<std::ptrdiff_t> (x)) & 0xF) == 0) |
Functions | |
| std::string | fftw_version () |
| std::string | fftwf_version () |
Definition at line 151 of file oct-fftw.cc.
| std::string fftw_version | ( | ) |
Definition at line 1134 of file oct-fftw.cc.
Referenced by F__octave_config_info__().
| std::string fftwf_version | ( | ) |
Definition at line 1144 of file oct-fftw.cc.
Referenced by F__octave_config_info__().