Content deleted Content added
m →Programming heterogeneous computing architectures: refs using AWB |
Add a missing space in the example code |
||
Line 87:
<source lang="c" enclose="div">
//SSE simd function for vectorized multiplication of 2 arrays with single-precision
//1st param pointer on source/destination array, 2nd param 2. source array, 3rd param number of floats per array
void mul_asm(float* out, float* in, unsigned int leng)
|