Arm Community
Site
Search
User
Site
Search
User
Groups
Arm Research
DesignStart
Education Hub
Graphics and Gaming
High Performance Computing
Innovation
Multimedia
Open Source Software and Platforms
Physical
Processors
Security
System
Software Tools
TrustZone for Armv8-M
中文社区
Blog
Announcements
Artificial Intelligence
Automotive
Healthcare
HPC
Infrastructure
Innovation
Internet of Things
Machine Learning
Mobile
Smart Homes
Wearables
Forums
All developer forums
IP Product forums
Tool & Software forums
Pelion IoT Platform
Support
Open a support case
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Developer Community
Tools and Software
Software Tools
Jump...
Cancel
Software Tools
Arm Development Studio forum
NEON vdiv.f32 syntax
Tools, Software and IDEs blog
Forums
Videos & Files
Help
Jump...
Cancel
New
Replies
8 replies
Subscribers
127 subscribers
Views
6400 views
Users
0 members are here
Related
NEON vdiv.f32 syntax
Offline
Carl van Heezik
over 7 years ago
Note: This was originally posted on 17th April 2012 at http://forums.arm.com
I am (re)coding a 3D math library with inline NEON assembly for iOS using the Apple LLVM compiler 3.1.
I get an error message on the following instruction:
[color="#000000"] "vdiv.f32 q0, q1, q2 \n\t" [/color]
VFP single or double precision register expected -- `vdiv.f32 q0,q1,q2'
According to the 'Assembler Reference' page 4-76 you should specify a single precision register. The following code works:
[color="#000000"] "vdiv.f32 s0, s4, s8 \n\t" [/color]
"vdiv.f32 s1, s5, s9 \n\t"
"vdiv.f32 s2, s6, s10 \n\t"
I am confused because now the divide is not computed in parallel, which was the reason to use inline assembly.
Also the following instructions work as expected:
[color="#000000"] // component wise add[/color]
[color="#000000"] "vadd.f32 q0, q1, q2 \n\t" [/color]
[color="#008311"] // component wise subtract
[color="#000000"] "vsub.f32 q0, q1, q2 \n\t" [/color]
[color="#008311"] // component wise multiply
[color="#000000"] "vmul.f32 q0, q1, q2 \n\t" [/color][/color][/color]
[color="#000000"]
[color="#ce2f24"][color="#000000"]Why do I get an error message on the vdiv and not on the vadd, vsub and vmul? Is this a compiler error?[/color]
[/color][/color]
More questions in this forum
By title
By date
By reply count
By view count
By most asked
By votes
By quality
Descending
Ascending
All recent questions
Unread questions
Questions you've participated in
Questions you've asked
Unanswered questions
Answered questions
Questions with suggested answers
Questions with no replies
Suggested Answer
ARM development studio with ARM Juno r2 board
0
Juno Arm Development Platform
Arm Development Studio
Products
Arm Support
5281
views
2
replies
Latest
2 months ago
by
Ronan Synnott
Answered
"Unable to execute remote query (response code 503) " issue
0
5054
views
1
reply
Latest
2 months ago
by
Ronan Synnott
Not Answered
Where can I download DS-5 hardware firmware??
0
4762
views
1
reply
Latest
2 months ago
by
Ronan Synnott
Not Answered
Getting errors after including arm_math.h
0
stm32 h7
Keil
Digital Signal Processor (DSP)
STM32
24120
views
9
replies
Latest
2 months ago
by
roger-liu
Not Answered
freeRTOS demo DS-5 ERROR(CMD360) when trying to debug
+1
9339
views
12
replies
Latest
2 months ago
by
tolc
<
>
View all questions in Arm Development Studio forum