Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
unsigned char changeValue(unsigned char pArray[256],unsigned char value) { return pArray[value]; }
如何使用大约 uint8x8_t 的霓虹灯更改此功能?
感谢您的帮助!!
你不能 - NEON 没有收集负载。您可以像这样处理的唯一情况是当您想要返回 8 或 16 个连续字节值时。