1 // RUN: %clang_cc1 -triple i386-linux-gnu -emit-llvm %s -o - | FileCheck %s
2 // Picking a cpu that doesn't have sse by default so we can enable it later.
8 void __attribute__((target("sse2"))) shift(__m64 a
, __m64 b
, int c
) {
21 // CHECK: "target-features"="+cx8,+mmx,+sse,+sse2,+x87"