📄 altivec-pr22085.c
字号:
/* { dg-do compile { target powerpc*-*-* } } *//* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } *//* { dg-options "-maltivec -fpreprocessed" } *//* Program to test AltiVec with -fpreprocessed. */int foo(__attribute__((altivec(vector__))) float x, __attribute__((altivec(vector__))) float y){ if (__builtin_vec_vcmpeq_p (2, (x), (y))) return 3245; else return 12;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -