summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files/patch-i386
diff options
context:
space:
mode:
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-i386')
-rw-r--r--lang/intel-compute-runtime/files/patch-i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/intel-compute-runtime/files/patch-i386 b/lang/intel-compute-runtime/files/patch-i386
index 05f80f8ab1c2..c38674cce06d 100644
--- a/lang/intel-compute-runtime/files/patch-i386
+++ b/lang/intel-compute-runtime/files/patch-i386
@@ -4,8 +4,8 @@ core/utilities/clflush.cpp:16:5: error: '_mm_clflush' needs target feature sse2
_mm_clflush(ptr);
^
---- core/utilities/clflush.cpp.orig 2019-11-29 14:23:34 UTC
-+++ core/utilities/clflush.cpp
+--- core/utilities/cpuintrinsics.cpp.orig 2020-01-23 10:09:13 UTC
++++ core/utilities/cpuintrinsics.cpp
@@ -12,6 +12,9 @@
namespace NEO {
namespace CpuIntrinsics {