mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c32046e6ea
commit
14595d967f
@ -1492,7 +1492,7 @@ static std::string GenTest(const std::string &name,
|
||||
void NeonEmitter::runTests(raw_ostream &OS) {
|
||||
OS <<
|
||||
"// RUN: %clang_cc1 -triple thumbv7-apple-darwin \\\n"
|
||||
"// RUN: -target-cpu cortex-a8 -ffreestanding -S -o - %s | FileCheck %s\n"
|
||||
"// RUN: -target-cpu cortex-a9 -ffreestanding -S -o - %s | FileCheck %s\n"
|
||||
"\n"
|
||||
"#include <arm_neon.h>\n"
|
||||
"\n";
|
||||
|
Loading…
Reference in New Issue
Block a user