GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-fftw.cc File Reference
#include "lo-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 ()
 

Macro Definition Documentation

◆ CHECK_SIMD_ALIGNMENT

#define CHECK_SIMD_ALIGNMENT (   x)     (((reinterpret_cast<std::ptrdiff_t> (x)) & 0xF) == 0)

Definition at line 151 of file oct-fftw.cc.

Function Documentation

◆ fftw_version()

std::string fftw_version ( )

Definition at line 1134 of file oct-fftw.cc.

Referenced by F__octave_config_info__().

◆ fftwf_version()

std::string fftwf_version ( )

Definition at line 1144 of file oct-fftw.cc.

Referenced by F__octave_config_info__().