brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · bdee705 Raw
12 lines · c
1// RUN: %clang_cc1 -flax-vector-conversions=none -triple powerpc-linux-gnu -S -O0 -o - %s -target-feature +altivec | FileCheck %s2 3// REQUIRES: powerpc-registered-target4 5#include <altivec.h>6 7// CHECK-LABEL: test18// CHECK: dss 9void test1() {10  vec_dss(1);11}12