search for: vector_mult

Displaying 2 results from an estimated 2 matches for "vector_mult".

Did you mean: vector_elt
2016 May 24
1
BitcodeReader non explicit error
...; Function Attrs: nounwind define void @vector_mult(double addrspace(3)* nocapture readonly %a, double addrspace(3)* nocapture readonly %b, double addrspace(1)* nocapture %c, i32 %n) #0 { %1 = tail call i32 @_Z13get_global_idj(i32 0) #2...
2008 Jun 13
1
x86 SSE* Pointer Favors
...etection of the vectorized meaning of my code, or are there specific libraries that I should call? What I want to learn about is as simple as it gets: typedef double Double; // or whatever SSE* needs as close equivalent Double vector1[N], vector2[N]; // then fill them with stuff. vector3= vector_mult(vector1,vector2, N); vector4= sum(vector1, N); I just need a pointer and/or primer. PS: If someone knows of a superfast vectorized implementation of Gentleman's WLS algorithm, please point me to it, too. I am still using my old non-vectorized C routines. if this email offends as spam, apo...