Vector

Undocumented in source.

Members

Aliases

T
alias T = float
Undocumented in source.
vec
alias vec = float4
Undocumented in source.

Manifest constants

vec_size
enum vec_size;
Undocumented in source.

Static functions

bit_reverse_16
void bit_reverse_16(float* p0, float* p1, float* p2, float* p3, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
bit_reverse_swap_16
void bit_reverse_swap_16(float* p0, float* p1, float* p2, float* p3, size_t i1, size_t i2)
Undocumented in source. Be warned that the author may not have intended to support it.
scalar_to_vector
vec scalar_to_vector(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
scalar_to_vector
vec scalar_to_vector(float a)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta