blob: 90ea22bc96febe0048e7742e2cca66f742959dba [file] [log] [blame]
Bob Wilson550e5ad2010-12-02 17:31:16 +00001// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
2// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -fno-lax-vector-conversions -ffreestanding %s
3// RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
Bob Wilson96607b22010-12-02 00:25:18 +00004
5#include <arm_neon.h>