You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
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