danilogr / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Update neon assembly for for arm64 #443

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
T_T.

neon assembly in arm64-v8a is different to armeabi-v7a.

Original issue reported on code.google.com by istring0...@gmail.com on 21 May 2015 at 9:49

GoogleCodeExporter commented 9 years ago
Can you be more specific?
Is there a specific neon function with a bug?
the _neon64.cc source files should produce identical results to the _neon.cc 
files with very similar performance.  The C source equivalents are usually 
identical, or in some cases just close, to achieve better performance. All the 
same functions are optimized for neon in 32 and 64 bit modes.

Original comment by fbarch...@chromium.org on 21 May 2015 at 6:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Can you provide more detailed information? Such as function name.

Original comment by yang.zh...@arm.com on 27 May 2015 at 2:42