[LLVMbugs] [Bug 20447] New: Integrated arm assembler doesn't understand .fpu neon
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 24 20:47:09 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20447
Bug ID: 20447
Summary: Integrated arm assembler doesn't understand .fpu neon
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This works:
$ cat test.S
.fpu neon
VAND d3, d5, d5
$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi -c test.S
-Btoolchains/arm-linux-androideabi-4.6/ -no-integrated-as
This doesn't:
$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi -c test.S
test.S:2:3: error: instruction requires: NEON
VAND d3, d5, d5
^
Used by various arm assembly routines (e.g. in opus and openssl/boringssl).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140725/61a7f415/attachment.html>
More information about the llvm-bugs
mailing list