[x265] [PATCH] asm: fix illegal instruction vbroadcasti128
Min Chen
chenm003 at 163.com
Fri Oct 23 19:58:25 CEST 2015
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1445623098 18000
# Node ID 7981ddf64f3f6d9cbbd3fd7843241cc87a93fcdb
# Parent a7beedfd220c2eb193a5cd44ceb7b26061c1437e
asm: fix illegal instruction vbroadcasti128
---
source/common/x86/mc-a2.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -r a7beedfd220c -r 7981ddf64f3f source/common/x86/mc-a2.asm
--- a/source/common/x86/mc-a2.asm Mon Oct 19 17:40:21 2015 -0500
+++ b/source/common/x86/mc-a2.asm Fri Oct 23 12:58:18 2015 -0500
@@ -1059,7 +1059,7 @@
vbroadcastsd m6, [r5]
mulpd m6, [pd_inv256]
xor r5d, r5d
- vbroadcasti128 m5, [pw_3fff]
+ mova m5, [pw_3fff]
.loop:
movu xm2, [r2+r5*4] ; intra
More information about the x265-devel
mailing list