altivec-8.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 19 行

C
19
字号
/* Origin: Aldy Hernandez  <aldyh@redhat.com>  *//* Test rs6000_legitimate_address.  PRE_INC should be invalid.  *//* { dg-do compile { target powerpc-*-* } } *//* { dg-options "-maltivec" } */#include <altivec.h>vector signed short *hannah;intmain (){  *hannah++ = __builtin_altivec_vspltish (5);  *hannah++ = __builtin_altivec_vspltish (6);  return 0;}

⌨️ 快捷键说明

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