WangYongHai / libyuv

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

libyuv neon build for chomium #315

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
at compile time, enable neon.

      'conditions': [
        ['arm_neon==1', {
          'defines': [
            'USE_NEON'
          ],
        }],

see also 
chromium bug https://code.google.com/p/chromium/issues/detail?id=347422
https://code.google.com/p/chromium/codesearch#chromium/src/media/media.gyp&l=521

Original issue reported on code.google.com by fbarch...@chromium.org on 6 Mar 2014 at 5:54

GoogleCodeExporter commented 9 years ago
r980 assume neon if code is built specifically for neon.

Original comment by fbarch...@google.com on 7 Mar 2014 at 11:02

GoogleCodeExporter commented 9 years ago
Thanks, I'll check it.

Original comment by mtomasz@chromium.org on 8 Mar 2014 at 2:08

GoogleCodeExporter commented 9 years ago
r981 fixes unittest and r982 improves comments.
No testing aside from build bots, but should be fixed.

Original comment by fbarch...@chromium.org on 8 Mar 2014 at 5:03