#ifdef CONFIG_ARM /* * AArch32 does not provide this intrinsic natively because it does not * implement the underlying instruction. AArch32 only provides a 64-bit * wide vtbl.8 instruction, so use that instead.
*/ static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b)
{ union {
uint8x16_t val;
uint8x8x2_t pair;
} __a = { a };
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.