Forum Discussion
Altera_Forum
Honored Contributor
11 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...
Altera_Forum
Honored Contributor
8 years agoWhen I insert "#include <arm_neon.h>" to HelloWorldLinux source hello.c, then arm-linux-gnueabihf-gcc (4.8.3) makes "#error" about using compiler switches "-mfloat-abi=softfp -mfpu=neon".
These both swithes is ambiguous and cause another error, must be used only second "-mfpu=neon".