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 の連続したバイト値を返したい場合です。