watery01 / libyuv

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

xgetbv on visual c breaks windows build of chromium #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
not on the bots though... thats unclear to me... but after a sync this morning 
i can't build anymore on Windows
FAILED: ninja t msvc -r . -o obj\third_party\libyuv\source\libyuv.cpu_id.obj -e 
environment.x86 - g:\src\goma-win\goma
cc.exe cl.exe /nologo /showIncludes /FC 
@obj\third_party\libyuv\source\libyuv.cpu_id.obj.rsp  /c ..\..\third_party\libyu
v\source\cpu_id.cc /Foobj\third_party\libyuv\source\libyuv.cpu_id.obj  
/Fdlibyuv.pdb
g:\src\component\src\third_party\libyuv\source\cpu_id.cc(65) : error C3861: 
'_xgetbv': identifier not found
ninja: build stopped: subcommand failed.

Original issue reported on code.google.com by fbarch...@chromium.org on 1 Oct 2012 at 4:35

GoogleCodeExporter commented 9 years ago
r389 fixes this using emit for 32 bit and including immintrin.h for 64 bit.

Original comment by fbarch...@google.com on 1 Oct 2012 at 5:46