You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
11
external/llvm/test/CodeGen/ARM/inlineasm2.ll
vendored
Normal file
11
external/llvm/test/CodeGen/ARM/inlineasm2.ll
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
|
||||
|
||||
define double @__ieee754_sqrt(double %x) {
|
||||
%tmp2 = tail call double asm "fsqrtd ${0:P}, ${1:P}", "=w,w"( double %x )
|
||||
ret double %tmp2
|
||||
}
|
||||
|
||||
define float @__ieee754_sqrtf(float %x) {
|
||||
%tmp2 = tail call float asm "fsqrts $0, $1", "=w,w"( float %x )
|
||||
ret float %tmp2
|
||||
}
|
Reference in New Issue
Block a user