summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files/patch-i386
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-31 17:58:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-31 17:58:49 +0000
commit10e59f80c2d308bed80c159021c08d7854c73ab2 (patch)
tree4526ea157a81b8ef282660f6af0cdbb5fc828bca /lang/intel-compute-runtime/files/patch-i386
parentdevel/rust-cbindgen: update to 0.13.0 (diff)
lang/intel-compute-runtime: update to 20.04.15428
Changes: https://github.com/intel/compute-runtime/compare/20.03.15346...20.04.15428 Reported by: GitHub (watch releases)
Notes
Notes: svn path=/head/; revision=524738
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 {