| Submitter | Quentin Neill |
|---|---|
| Date | June 16, 2011, 10:57 p.m. |
| Message ID | <BANLkTinFkjnEi-6K179rs15=37xkN7OCtg@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/100737/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 675888f..584f722 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -25571,6 +25571,10 @@ ix86_expand_multi_arg_builtin (enum insn_code icode, tree exp, rtx target, case CODE_FOR_xop_vpermil2v4sf3: case CODE_FOR_xop_vpermil2v4df3: case CODE_FOR_xop_vpermil2v8sf3: + case CODE_FOR_vcvtph2ps: + case CODE_FOR_vcvtph2ps256: + case CODE_FOR_vcvtps2ph: + case CODE_FOR_vcvtps2ph256: if (!CONST_INT_P (op)) {