pfft.avx_double

Undocumented in source.

Members

Aliases

FFTs
alias FFTs = TypeTuple!(FFT!(Vector, Options))
Undocumented in source.
loadupd
alias loadupd = __builtin_ia32_loadupd256
Undocumented in source.
storeupd
alias storeupd = __builtin_ia32_storeupd256
Undocumented in source.
unpckhpd
alias unpckhpd = __builtin_ia32_unpckhpd256
Undocumented in source.
unpcklpd
alias unpcklpd = __builtin_ia32_unpcklpd256
Undocumented in source.

Functions

interleave128_hi_d
double4 interleave128_hi_d(double4 a, double4 b)
Undocumented in source. Be warned that the author may not have intended to support it.
interleave128_lo_d
double4 interleave128_lo_d(double4 a, double4 b)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

implementation
enum implementation;
Undocumented in source.

Mixins

__anonymous
mixin Instantiate!()
Undocumented in source.

Structs

Options
struct Options
Undocumented in source.
Vector
struct Vector
Undocumented in source.

Templates

shuf_mask
template shuf_mask(int a3, int a2, int a1, int a0)
Undocumented in source.

Meta