awdseq1357 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

avx2 detect #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for AVX2, starting with cupid.

Original issue reported on code.google.com by fbarch...@chromium.org on 24 Sep 2012 at 9:17

GoogleCodeExporter commented 9 years ago
r374 adds some support but xgetbv doesnt build with vs2005.
...\source\cpu_id.cc(74) : error C2400: inline assembler syntax error in 
'opcode'; found 'newline'

Original comment by fbarch...@google.com on 25 Sep 2012 at 11:57

GoogleCodeExporter commented 9 years ago
r375 fixes vs2005 using emit.  vs2010 and beyond use intrinsic.
gcc 4.2 supported with .byte

Original comment by fbarch...@google.com on 26 Sep 2012 at 1:08