[Beignet] [Patch V2 07/10] GBE: disable the read byte as DW.
Yang, Rong R
rong.r.yang at intel.com
Fri May 27 02:17:05 UTC 2016
Pushed, thanks.
From: Zhigang Gong [mailto:zhigang.gong at gmail.com]
Sent: Thursday, May 26, 2016 17:33
To: Yang, Rong R <rong.r.yang at intel.com>
Cc: beignet at lists.freedesktop.org; Gong, Zhigang <zhigang.gong at intel.com>
Subject: Re: [Beignet] [Patch V2 07/10] GBE: disable the read byte as DW.
The whole patchset LGTM, thanks.
On Thu, May 26, 2016 at 12:24 PM, Yang Rong <rong.r.yang at intel.com<mailto:rong.r.yang at intel.com>> wrote:
From: Zhigang Gong <zhigang.gong at intel.com<mailto:zhigang.gong at intel.com>>
Signed-off-by: Zhigang Gong <zhigang.gong at intel.com<mailto:zhigang.gong at intel.com>>
---
backend/src/backend/gen_insn_selection.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/src/backend/gen_insn_selection.cpp b/backend/src/backend/gen_insn_selection.cpp
index 07901a6..fb45b4f 100644
--- a/backend/src/backend/gen_insn_selection.cpp
+++ b/backend/src/backend/gen_insn_selection.cpp
@@ -2349,7 +2349,7 @@ extern bool OCL_DEBUGINFO; // first defined by calling BVAR in program.cpp
this->opaque->setHasLongType(true);
this->opaque->setHasDoubleType(true);
this->opaque->setLongRegRestrict(true);
- this->opaque->setSlowByteGather(true);
+ this->opaque->setSlowByteGather(false);
this->opaque->setHasHalfType(true);
opt_features = SIOF_LOGICAL_SRCMOD | SIOF_OP_MOV_LONG_REG_RESTRICT;
}
--
2.1.4
_______________________________________________
Beignet mailing list
Beignet at lists.freedesktop.org<mailto:Beignet at lists.freedesktop.org>
https://lists.freedesktop.org/mailman/listinfo/beignet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/beignet/attachments/20160527/c57a8f3d/attachment.html>
More information about the Beignet
mailing list