diff options
-rw-r--r-- | meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch b/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch index bebe30037a..f8af2bafb4 100644 --- a/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch +++ b/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch | |||
@@ -8,7 +8,7 @@ blake3_hash_many_sse41(), most likely because of the different pointer | |||
8 | size. Disable SIMD blake implementation if x32 is detected. | 8 | size. Disable SIMD blake implementation if x32 is detected. |
9 | 9 | ||
10 | Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 10 | Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> |
11 | Upstream-Status: Pending [will be submitted upstream after internal clearance] | 11 | Upstream-Status: Backport [https://gitlab.freedesktop.org/mesa/mesa/-/commit/b9c6afd3a7c7ac302b47e70b5c745b84cb35f188] |
12 | --- | 12 | --- |
13 | src/util/blake3/meson.build | 2 ++ | 13 | src/util/blake3/meson.build | 2 ++ |
14 | 1 file changed, 2 insertions(+) | 14 | 1 file changed, 2 insertions(+) |