Tagged Questions
NEON is a vector-processing instruction set for ARM processors.
15
votes
2answers
942 views
Common SIMD techniques
Where can I find information about common SIMD tricks? I have an instruction set and know, how to write non-tricky SIMD code, but I know, SIMD now is much more powerful. It can hold complex ...
11
votes
3answers
154 views
Fastest way of bitwise AND between two arrays on iPhone?
I have two image blocks stored as 1D arrays and have do the following bitwise AND operations among the elements of them.
int compare(unsigned char *a, int a_pitch,
unsigned char *b, int ...
11
votes
5answers
2k views
Why ARM NEON not faster than plain C++?
Here is a C++ code:
#define ARR_SIZE_TEST ( 8 * 1024 * 1024 )
void cpp_tst_add( unsigned* x, unsigned* y )
{
for ( register int i = 0; i < ARR_SIZE_TEST; ++i )
{
x[ i ] = x[ i ] + ...
9
votes
5answers
4k views
Fast 4x4 Matrix Multiplication in C
I am trying to find an optimized C or Assembler implementation of a function that multiplies two 4x4 matrices with each other. The platform is an ARM6 or ARM7 based iPhone or iPod.
Currently, I am ...
8
votes
4answers
2k views
iPhone detecting processor model / NEON support
I'm looking for a way to differentiate at runtime between devices equipped with the new ARM processor (such as iPhone 3GS and some iPods 3G) and devices equipped with the old ARM processors.
I know I ...
7
votes
1answer
384 views
NEON vs Intel SSE - equivalence of certain operations
I'm having some trouble figuring out the NEON equivalence of a couple of Intel SSE operations. It seems that NEON is not capable to handle an entire Q register at once(128 bit value data type). I ...
7
votes
3answers
2k views
ARM Cortex-A8: Whats the difference between VFP and NEON
In ARM Cortex-A8 processor, I understand what NEON is, it is an SIMD co-processor.
But is VFP(Vector Floating Point) unit, which is also a co-processor, works as a SIMD processor? If so which one is ...
7
votes
2answers
2k views
Fast sine/cosine for ARMv7+NEON: looking for testers…
Could somebody with access to an iPhone 3GS or a Pandora please test the following assembly routine I just wrote?
It is supposed to compute sines and cosines really really fast on the NEON vector ...
6
votes
4answers
395 views
Optimizing RGBA8888 to RGB565 conversion with NEON
I'm trying to optimize an image format conversion on iOS using the NEON vector instruction set. I assumed this would map well to that because it processes a bunch of similar data.
My attempts haven't ...
6
votes
2answers
283 views
how to divide in neon intrinsics by a float number
First of all, sorry for my english is not perfect but i will try to explain my problem all i can.
A little of background of what I'm doing is processing a image by four pixels at the time, this on a ...
6
votes
1answer
374 views
Why does arm-gcc decrement/increment the stack pointer even when the stack is never accessed?
When compiling this program with arm-elf-gcc-4.5 -O3 -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=softfp:
#include <arm_neon.h>
extern float32x4_t cross(const float32x4_t& v1, const ...
6
votes
2answers
1k views
How to use the multiply and accumulate intrinsics in ARM Cortex-a8?
how to use the Multiply-Accumulate intrinsics provided by GCC?
float32x4_t vmlaq_f32 (float32x4_t , float32x4_t , float32x4_t);
Can anyone explain what three parameters I have to pass to this ...
5
votes
2answers
180 views
Problems with Qualcomm Scorpion dual-core ARM NEON code?
I am developing a native library for Android where I use ARM assembly optimizations and multithreading in order to get maximum performance on the dual-core ARM chipset MSM8660. While doing some ...
5
votes
1answer
368 views
Mixing NEON assembly with non-vector functions
I think I found the answer to my question. There is an "fmacs" instruction for VFP which may do the trick which does scalar computation on NEON/VFP registers.
I'm very new to NEON or ARM ...
5
votes
3answers
502 views
ARM GCC bug? Uses chains of vldr instead of one vldmia…
Consider the following NEON-optimized function:
void mat44_multiply_neon(float32x4x4_t& result, const float32x4x4_t& a, const float32x4x4_t& b) {
// Make sure "a" is mapped to ...
5
votes
1answer
2k views
Is there a good reference for ARM Neon intrinsics?
The ARM reference manual doesn't go into too much detail into the individual instructions ( http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348b/BABIIBBG.html ). Is there something ...
5
votes
4answers
2k views
How do I reorder vector data using ARM Neon intrinsics?
This is specifically related to ARM Neon SIMD coding. I am using ARM Neon instrinsics for certain module in a video decoder. I have a vectorized data as follows:
There are four 32 bit elements in a ...
4
votes
2answers
203 views
ARM Cortex A8 Benchmarks: can someone help me make sense of these numbers?
I'm working on writing several real-time DSP algorithms on Android, so I decided to program the ARM directly in Assembly to optimize everything as much as possible and make the math maximally ...
4
votes
2answers
422 views
ARM Cortex-A8: How many bytes are fetched in one memory read?
I'm trying to improve my image processing project running on an ARM cortex-a8 processor.
I was accessing 8-bit Grayscale Image data from memory. In my function, right now I'm accessing individual ...
4
votes
2answers
471 views
ARM NEON: What's the difference between vld4_f32 and vld4q_f32?
I'm not in a position to make out the difference between vld4_f32 and vld4q_f32 in ARM NEON instructions.
The confusion started when I raised my coding levels and started looking at the assembly ...
3
votes
2answers
101 views
ARM NEON: Which pairs of instructions have to wait for write back?
In the ARM NEON documentation, it says:
[...] some pairs of instructions might have to wait until the value is written back to the register file.
I haven't come across a list that defines the ...
3
votes
3answers
280 views
Sum all elements in a quadword vector in ARM assembly with NEON
Im rather new to assembly and although the arm information center is often helpful sometimes the instructions can be a little confusing to a newbie. Basically what I need to do is sum 4 float values ...
3
votes
4answers
448 views
NEON ASM code running much slower than C code?
I'm trying to implement Gauss-Newton optimization for a specific problem on iPhone ARM using NEON. The first function below is my original C function. The second is the NEON asm code I wrote. I ran ...
3
votes
1answer
529 views
ARM to C calling convention, NEON registers to save
There is a similar post that covers regular registers. What about NEON registers. As far as I remember either top half or bottom half of registers have to be preserved across function calls.
I can't ...
3
votes
3answers
545 views
128bit hash comparison with SSE
In my current project, I have to compare 128bit values (actually md5 hashes) and I thought it would be possible to accelerate the comparison by using SSE instructions. My problem is that I can't ...
3
votes
2answers
414 views
How do I Perform Integer SIMD operations on the iPad A4 Processor?
I feel the need for speed. Double for loops are killing my iPad apps performance. I need SIMD. How do I perform integer SIMD operations on the iPad A4 processor?
Thanks,
Doug
3
votes
1answer
352 views
How to use NEON comparison (greater than or equal to) instruction?
How to use the NEON comparison instructions in general?
Here is a case, I want to use, Greater-than-or-equal-to instruction?
Currently I have a,
int x;
...
...
...
if(x >= 0)
{
....
}
In ...
3
votes
1answer
684 views
How to initialize const float32x4x4_t (ARM NEON intrinsic, GCC)?
I can initialize float32x4_t like this:
const float32x4x4_t zero = { 0.0f, 0.0f, 0.0f, 0.0f };
But this code makes an error Incompatible types in initializer:
const float32x4x4_t one =
{
1.0f, ...
3
votes
2answers
1k views
How to enable Neon instruction in Xcode
I want to use Neon SIMD instruction for the iphone.
I heard we have to put flags "-mfloat-abi=softfp -mfpu=neon" in the "Other C Flags" field of the Target inspector, but when building I get "error: ...
2
votes
1answer
62 views
Fast Image square on (int) Image- ARM neon intrinsics - iOS Dev
Can someone tell me a fast function to find the square of each pixel of an int image. I need it for iOS app dev. I am working directly on the memory of the image defined as
int *image_sqr_Baseaaddr = ...
2
votes
4answers
110 views
ARM NEON simple low pass filter vectorization
I have a simple single pole low pass filter (for parameter smoothing) that can be explained by the following formula:
y[n] = (1-a) * y[n-1] + a * x[n]
How to effective vectorize this case on ARM ...
2
votes
3answers
182 views
Converting a short array to floating point using ARM neon
I've just started trying to optimised some android code using NEON. I'm having a few issues, however. The main issue is that I really can't work out how to do a quick 16-bit to float conversion.
I ...
2
votes
2answers
545 views
Cortex A9 NEON vs VFP usage confusion
I'm trying to build a library for a Cortex A9 ARM processor(an OMAP4 to be more specific) and I'm in a little bit of confusion regarding which\when to use NEON vs VFP in the context of floating point ...
2
votes
2answers
727 views
What is Neon with respect to Android?
I'm a beginner in Android. My friend heard "Neon". So I did Google and found this
Referring it, Neon is related to multimedia for Android OS or all mobile OS, is it? Please share me more.
2
votes
1answer
268 views
Higher level math functions in ARM assembly with NEON
Hi im kind of new to assembly and im starting to get familiar with ARM assembly combined with the NEON coprocessor in some of the new ARM chips. One of the things I am not sure how to do is high level ...
2
votes
3answers
805 views
Neon Optimization using intrinsics
Learning about ARM NEON intrinsics, I was timing a function that I wrote to double the elements in an array.The version that used the intrinsics takes more time than a plain C version of the function.
...
2
votes
2answers
331 views
vreinterpret NEON Intrinsics Problem
Okay, I've been banging my head for the last day and I'm sure it's something simple so here goes. Why does this code not work? I'm using Xcode 3.2.5 and LLVM and when I try to compile something like ...
2
votes
1answer
1k views
ARM Cortex-A8: How to make use of both NEON and vfpv3
I'm using Cortex-A8 processor and I'm not understanding how to use the -mfpu flag.
On the Cortex-A8 there are both vfpv3 and neon co-processors. Previously I was not knowing how to use neon so I was ...
2
votes
1answer
106 views
How to check if PUT can be performed before sending request body?
Note: we are using lib_neon on client side and Tomcat and servlet api on server side.
The problem is following: when client wants to put some content, it performs a PUT request with an "Expect: ...
2
votes
1answer
710 views
How to merge elements of 2 rows using NEON SIMD?
I have a
A = a1 a2 a3 a4
b1 b2 b3 b4
c1 c2 c3 c4
d1 d2 d3 d4
I have 2 rows with me,
float32x2_t a = a1 a2
float32x2_t b = b1 b2
From these how can I get a -
float32x4_t result = b1 ...
2
votes
2answers
628 views
Is 3x3 Matrix inverse possible using SIMD instructions?
I'm making use of an ARM Cortex-A8 based processor and I have several places where I calculate 3x3 Matrix inverse operations.
As the Cortex-a8 processor has a NEON SIMD processor I'm interested to ...
2
votes
5answers
2k views
1
vote
2answers
95 views
Fast Pixel Count on Binary Image- ARM neon intrinsics - iOS Dev
Can someone tell me a fast function to count the number of white pixels in a binary image. I need it for iOS app dev. I am working directly on the memory of the image defined as
bool *imageData = ...
1
vote
2answers
217 views
Improve code with Neon iOS
I need to improve a loop, because is called by my application thousands of times, I suppose I need to do it with Neon, but I don´t know How to begin, I copy the code to see if there is Who knows any ...
1
vote
2answers
103 views
Is there much difference between ARM SoCs that have the same core?
Is there much difference (in terms of performance) between two ARM SoCs that have the same core?
e.g., What differences (aside from those that can be attributed to the different clock rates) could ...
1
vote
3answers
232 views
Any Android tablet with the NEON instruction set?
I am interested in the unofficial port of VLC for Android with NEON instructions:
Even if Android smartphones with the NEON instruction set do exist, I have not been able to spot any NEON-powered ...
1
vote
0answers
163 views
tips needed: aac encode on android using ffmpeg-neon optimization
there
I am trying to do some performance improvement about libfaac/libx264 encoder using ffmpeg and neon.seems successfully compiled ffmpeg with neon support,and video encode performance indeed has ...
1
vote
3answers
138 views
“Immediate out of range errors” when assigning 0.0 to a NEON register
If I understand it correctly, because ARM instructions are 32 bits long they can only hold so many bits of immediate value. What I'm trying to do is vmov.f32 s0, #0.0, and I get "immediate out of ...
1
vote
2answers
318 views
Android build system, NEON and non-NEON builds
I want to build my library for armv6, and there is some neon code that I enable at runtime if device supports it. The neon code uses neon intrinsics and to be able to compile I must enable armeabi-v7a ...
1
vote
0answers
107 views
Migrate SSE2 to Arm NEON intrinsincs
I have the following code in SSE2 intrinsincs. It processes input from a Kinect.
__m128i md = _mm_setr_epi16((r0<<3) | (r1>>5), ((r1<<6) | (r2>>2) ), ((r2<<9) | ...