📄 altivec-17.c
字号:
/* 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-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } *//* { 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -