RAPP Compute layer implementation-specific symbolic names. More...
Go to the source code of this file.
Defines | |
#define | RC_IMPL_NONE |
No implementation. | |
#define | RC_IMPL_GEN |
A generic scalar implementation. | |
#define | RC_IMPL_SWAR |
A SWAR (SIMD-Within-A-Register) vector implementation. | |
#define | RC_IMPL_SIMD |
A vector implementation using SIMD instructions. |
RAPP Compute layer implementation-specific symbolic names.
#define RC_IMPL_GEN |
A generic scalar implementation.
This is a fallback available on all platforms.
#define RC_IMPL_NONE |
No implementation.
#define RC_IMPL_SIMD |
A vector implementation using SIMD instructions.
#define RC_IMPL_SWAR |
A SWAR (SIMD-Within-A-Register) vector implementation.