i386-mmx-3.c
来自「this is a gcc file, you can download it 」· C语言 代码 · 共 18 行
C
18 行
/* PR target/8870 *//* Originator: otaylor@redhat.com *//* { dg-do compile { target i?86-*-* x86_64-*-*} } *//* { dg-options "-O1 -mmmx -march=athlon" } */typedef int v4hi __attribute__ ((mode (V4HI)));static inline v4hi cvtsi_v4hi (int i){ long long tmp = i; return (v4hi) tmp;}v4hi bar (unsigned short a){ return cvtsi_v4hi (a);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?