Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
The same instruction,realview compile correct, but arm-gcc compile get error!
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2451 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
The same instruction,realview compile correct, but arm-gcc compile get error!
Eric mao
over 12 years ago
Note: This was originally posted on 24th July 2012 at
http://forums.arm.com
Hi all
The instruction VSUBL Q3.S16, D0.U8, D2.U8 compiler correctly use realview, but when use arm-gcc ,get error: "neonAsm.s:13: Error: inconsistent types in Neon instruction -- `vsubl Q3.S16,D0.U8,D2.U8' "
Peter Harris
over 12 years ago
Note: This was originally posted on 24th July 2012 at
http://forums.arm.com
The size specifier is attached to the instruction, not the register.
vsubl.u8 q3, d0, d2
Cancel
Vote up
0
Vote down
Cancel
Eric mao
over 12 years ago
Note: This was originally posted on 25th July 2012 at
http://forums.arm.com
Hi isogen74
Thank you for reply. The problem is solved when use the instruction as you say! I used to use the datasize just after the instruction, but i see the openmax's assembly file use the datasize after register.
Cancel
Vote up
0
Vote down
Cancel