You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
11
external/llvm/test/CodeGen/ARM/inlineasm2.ll
vendored
11
external/llvm/test/CodeGen/ARM/inlineasm2.ll
vendored
@ -1,11 +0,0 @@
|
||||
; 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