Hello,
I would like to download the GCC compiler for ARMv7-A. I would like it to support thumb and NEON instructions. Where can I get the latest version?
Also, are there any other open source compilers that meet the above requirements?
Thanks
Hello,
I would like to download the GCC compiler for ARMv7-A. I would like it to support thumb and NEON instructions. Where can I get the latest version?
Also, are there any other open source compilers that meet the above requirements?
Thanks
Hi all,
when I write the Neon Intrinsic code as below
int32x4_t q;
int16x4_t d;
some thing I loaded into d register
q = vshll_n_s16(q, 16)
when I tried to build the code, the compiler is throwing error as the supported shift range is 0-15 only....I'm using…
how to compile neon instruction on linux using gnu assemler and gnu comiler ?