Tagged Questions

2
votes
2answers
234 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
5answers
468 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 …
5
votes
3answers
201 views

iPhone detecting processor model / NEON support

Hello, 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 …
2
votes
5answers
403 views

MMX instructions for Iphone

Hi Does iphone processor ARMV6 supports MMX instructions?