added svml support to all sse/avx modes

This commit is contained in:
egaburov
2013-09-11 17:07:54 +02:00
parent 19379db3b6
commit efc20c2110
7 changed files with 47 additions and 166 deletions

View File

@@ -140,11 +140,11 @@ define <16 x float> @__sqrt_varying_float(<16 x float>) nounwind readonly always
include(`svml.m4')
;; single precision
svml_declare(float,f8,8)
svml_define_x2(float,f8,8,f,16)
svml_define_x(float,f8,8,f,16)
;; double precision
svml_declare(double,4,4)
svml_define_x2(double,4,4,d,16)
svml_define_x(double,4,4,d,16)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; float min/max