[Beignet] [PATCH] GBE: Use NOT instruction for unordered FCMP

Song, Ruiling ruiling.song at intel.com
Wed Apr 2 00:55:44 PDT 2014


Yes, below is totally wrong. As NOT will take bool value, so we need take some extra care here for master branch.
I will send the patch rebased on your newest bool implementation later.

Thanks!
Ruiling
>            break;
> +        case ir::OP_NOT: sel.NOT(dst, src); break;
>          case ir::OP_RNDD: sel.RNDD(dst, src); break;



More information about the Beignet mailing list