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

新手关于 Neon 和 VFP 几点疑问

最近正在学习利用 cortex-A9 的neon intrinsics 优化已有的程序,看了一些技术白皮书有几个疑问:

1.我原先的程序用的是双精度浮点数(double precision,64bit length),用Neon的话只能处理16位的浮点数吗?(因为文档里只介绍了半精度浮点数,所以不是很了解)

2.我用VFP处理浮点数是否比Neon的SIMD技术更优呢?

不胜感激!