change {rsqrt,rcp}_double to {rsqrt,rcp}d_decl

This commit is contained in:
evghenii
2014-02-05 13:05:04 +01:00
parent 732a315a4b
commit 09e8381ec7
14 changed files with 28 additions and 34 deletions

View File

@@ -585,5 +585,5 @@ define <16 x i16> @__avg_down_int16(<16 x i16>, <16 x i16>) nounwind readnone {
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; reciprocals in double precision, if supported
rsqrt_double()
rcp_double()
rsqrtd_decl()
rcpd_decl()