⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 altivec-10.c

📁 linux下编程用 编译软件
💻 C
字号:
/* This is a compile-only test for interaction of "-maltivec" and "-save-temps".  *//* Author:  Ziemowit Laski  <zlaski@apple.com>.  *//* { dg-do compile { target powerpc*-*-* } } *//* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } *//* { dg-options "-save-temps -maltivec" } */#include <altivec.h>#define vector_float vector float#define vector_float_foo vector float foo#define vector_float_bar_eq vector float bar =/* NB: Keep the following split across three lines.  */vectorinta1 = { 100, 200, 300, 400 };vector_float f1 = { 1.0, 2.0, 3.0, 4.0 };  vector_float_foo = { 3.0, 4.0, 5.0, 6.0 };vector_float_bar_eq { 8.0, 7.0, 6.0, 5.0 };/* { dg-final { cleanup-saved-temps } } */

⌨️ 快捷键说明

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