Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| void | VectorDeinterleave
(
VectorRegister& OutEvens, |
Deinterleaves the components of the two given vectors such that the even components are in one vector and the odds in another. | |
| void | VectorDeinterleave
(
VectorRegister4Float&__restrict OutEvens, |
Deinterleaves the components of the two given vectors such that the even components are in one vector and the odds in another. | |
| void | VectorDeinterleave
(
VectorRegister4Double&__restrict OutEvens, |
||
| void | VectorDeinterleave
(
VectorRegister4Float& OutEvens, |
Deinterleaves the components of the two given vectors such that the even components are in one vector and the odds in another. | |
| void | VectorDeinterleave
(
VectorRegister4Double&__restrict OutEvens, |