The whole patchset LGTM, thanks. On Thu, May 26, 2016 at 12:24 PM, Yang Rong <[email protected]> wrote:
> From: Zhigang Gong <[email protected]> > > Signed-off-by: Zhigang Gong <[email protected]> > --- > 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 > [email protected] > https://lists.freedesktop.org/mailman/listinfo/beignet >
_______________________________________________ Beignet mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/beignet
