public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* arm - neon assembler
@ 2011-06-14 16:37 efraimz
  0 siblings, 0 replies; only message in thread
From: efraimz @ 2011-06-14 16:37 UTC (permalink / raw)
  To: gcc-help


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-14 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-14 16:37 arm - neon assembler efraimz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).