Altera_Forum
Honored Contributor
10 years agoCyclone V NEON
Hello all, There is a simple example with GCC settings for NEON? This simple program #include <arm_neon.h> //need to include this ifyou want to use intrinsics
int main(){
uint8x8_t ve...