diff --git a/README.chromium b/README.chromium index cc424502a..f02788ca1 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: https://chromium.googlesource.com/libyuv/libyuv/ -Version: 1948 +Version: 1949 Revision: DEPS License: BSD-3-Clause License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9f9d18da7..7c8b5dcb2 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1948 +#define LIBYUV_VERSION 1949 #endif // INCLUDE_LIBYUV_VERSION_H_ diff --git a/util/cpuid.c b/util/cpuid.c index bbaea8398..a789e061a 100644 --- a/util/cpuid.c +++ b/util/cpuid.c @@ -230,7 +230,7 @@ int main(int argc, const char* argv[]) { if (sigsetjmp(vdpphps_jmpbuf, 1) == 0) { // VDPPHPS xmm0, xmm0, xmm0 - __asm__ volatile("vdpphps %%xmm0, %%xmm0, %%xmm0" : : : "xmm0"); + __asm__ volatile(".byte 0x62, 0xf2, 0x7c, 0x08, 0x52, 0xc0" : : : "xmm0"); printf("Works!\n"); } else { printf("Crashed (SIGILL)!\n");