altivec-types-4.c

来自「用于进行gcc测试」· C语言 代码 · 共 16 行

C
16
字号
/* { dg-do compile { target powerpc*-*-linux* } } *//* { dg-require-effective-target ilp32 } *//* { dg-require-effective-target powerpc_altivec_ok } *//* { dg-options "-maltivec -mno-warn-altivec-long" } *//* These should not get warnings for 32-bit code when the warning is   disabled.  */__vector long vl;__vector unsigned long vul;__vector signed long vsl;__vector __bool long int vbli;__vector long int vli;__vector unsigned long int vuli;__vector signed long int vsli;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?