- bit_reverse
void bit_reverse(T* p, size_t m)
Undocumented in source. Be warned that the author may not have intended to support it.
- bit_reverse_swap
void bit_reverse_swap(T* p0, T* p1, size_t m)
Undocumented in source. Be warned that the author may not have intended to support it.
- reverse
T reverse(T a)
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.
- unaligned_load
T unaligned_load(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- unaligned_store
void unaligned_store(T* p, T a)
Undocumented in source. Be warned that the author may not have intended to support it.