On 6/23/20 4:36 PM, Segher Boessenkool wrote:
Hi!
On Tue, Jun 16, 2020 at 10:53:07AM -0500, will schmidt wrote:
target pr/94954
PR target/94954
* config/rs6000/altivec.h (vec_pack_to_short_fp32) Update.
Colon?
* config/rs6000/rs6000-call.c (P9V_BUILTIN_VEC_CONVERT_4F32_8F16): New
overloaded builtin entry.
Only one space before (.
-/* { dg-do run { target { powerpc*-*-linux* && { lp64 && p9vector_hw } } } } */
+/* { dg-do run { target { powerpc*-*-linux* && { p9vector_hw } } } } */
You shouldn't need those inner {} anymore, then.
Okay for trunk. Thanks! Also okay for backport to 10, if you want that.
IMO, should backport to 9 and 8 also. It's a wrong-code problem.
Bill
Segher