arm - neon assembler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Greetings,
Iâm trying to build a project with embedded assembler file, which includes
few neon instructions
vldmia	r0, {D4-D8}        @@
vld1.8  {D0,D1,D2,D3},[r1]   	 @@
I set gcc switches to:
-mcpu=cortex-a8 -Wa, -mtune=cortex-a8 -march=armv7-a -Wa,-march=armv7-a
-mfpu=neon -Wa,-mfpu=neon -mfloat-abi=softfp
And got some errors:
Error: selected processor does not support `vldmia r0,{D4-D8}'
Error: bad instruction `vld1.8 {D0,D1,D2,D3},[r1]'

Is something wrong with my gcc settings or syntax?

Thanks,
Efraim


-- 
View this message in context: http://old.nabble.com/arm---neon-assembler-tp31843061p31843061.html
Sent from the gcc - Help mailing list archive at Nabble.com.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux