📄 pr18582-1.c
字号:
/* { dg-do compile { target i?86-*-* x86_64-*-* } } *//* { dg-options "-msse3" } */typedef char v16qi __attribute__((vector_size (16)));typedef float v4sf __attribute__((vector_size (16)));typedef double v2df __attribute__((vector_size (16)));extern char ca[];extern float fa[];extern double da[];extern v16qi cva[];extern v4sf fva[];extern v2df dva[];voidfoo (void){ cva[0] = __builtin_ia32_loaddqu (ca); cva[0] = __builtin_ia32_lddqu (ca); fva[0] = __builtin_ia32_loadups (fa); dva[0] = __builtin_ia32_loadupd (da);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -