altivec-17.c

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

C
12
字号
/* Verify a statement in the GCC Manual that GCC allows the use of a   typedef name as a vector type specifier.  *//* { dg-do compile { target powerpc*-*-* } } *//* { dg-require-effective-target powerpc_altivec_ok } *//* { dg-options "-maltivec -mabi=altivec" } */typedef unsigned int ui;typedef signed char sc;__vector ui vui;__vector sc vsc;

⌨️ 快捷键说明

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