summaryrefslogtreecommitdiff
path: root/libre/blender/arm-no-sse2.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-11-02 13:14:45 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-11-02 19:35:44 -0400
commitab5d85ae2c8e80f78ffbd2626c7112d997d7f4c2 (patch)
tree836e9444420fefbe1dcdaa4fa578f01adee9c04b /libre/blender/arm-no-sse2.patch
parent813aa90f60eeed8409f8c2a598ebf207c7f5a78f (diff)
downloadabslibre-ab5d85ae2c8e80f78ffbd2626c7112d997d7f4c2.tar.gz
abslibre-ab5d85ae2c8e80f78ffbd2626c7112d997d7f4c2.tar.bz2
abslibre-ab5d85ae2c8e80f78ffbd2626c7112d997d7f4c2.zip
[blender]: upgrade to v2.80
Diffstat (limited to 'libre/blender/arm-no-sse2.patch')
-rw-r--r--libre/blender/arm-no-sse2.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/blender/arm-no-sse2.patch b/libre/blender/arm-no-sse2.patch
deleted file mode 100644
index 80a1267c4..000000000
--- a/libre/blender/arm-no-sse2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
-index 16908b0244a..96aeeaa8081 100644
---- a/intern/cycles/device/device_cpu.cpp
-+++ b/intern/cycles/device/device_cpu.cpp
-@@ -719,8 +719,8 @@ public:
- int start_sample = tile.start_sample;
- int end_sample = tile.start_sample + tile.num_samples;
-
-- _MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
-- _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON);
-+// n/a to arm _MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
-+// n/a to arm _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON);
-
- for(int sample = start_sample; sample < end_sample; sample++) {
- if(task.get_cancel() || task_pool.canceled()) {