pfft.avx_float

Undocumented in source.

Members

Aliases

FFTs
alias FFTs = TypeTuple!(FFT!(Vector, Options))
Undocumented in source.
loadups
alias loadups = __builtin_ia32_loadups256
Undocumented in source.
storeups
alias storeups = __builtin_ia32_storeups256
Undocumented in source.
unpckhps
alias unpckhps = __builtin_ia32_unpckhps256
Undocumented in source.
unpcklps
alias unpcklps = __builtin_ia32_unpcklps256
Undocumented in source.

Functions

insert128_0
float8 insert128_0(float8 a, float4 b)
Undocumented in source. Be warned that the author may not have intended to support it.
insert128_1
float8 insert128_1(float8 a, float4 b)
Undocumented in source. Be warned that the author may not have intended to support it.
interleave128_hi
float8 interleave128_hi(float8 a, float8 b)
Undocumented in source. Be warned that the author may not have intended to support it.
interleave128_lo
float8 interleave128_lo(float8 a, float8 b)
Undocumented in source. Be warned that the author may not have intended to support it.
reverse128
float8 reverse128(float8 v)
Undocumented in source. Be warned that the author may not have intended to support it.
shufps
auto shufps(float8 a, float8 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