This commit is contained in:
evghenii
2014-02-02 18:16:48 +01:00
parent 93cf02842c
commit 3a72e05c3e
16 changed files with 126 additions and 0 deletions

View File

@@ -581,3 +581,9 @@ define <16 x i16> @__avg_down_int16(<16 x i16>, <16 x i16>) nounwind readnone {
v8tov16(i16, %r0, %r1, %r)
ret <16 x i16> %r
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; reciprocals in double precision, if supported
rsqrt_double()
rcp_double()