Search Results

Search: Posts Made By: a3mlord
Forum: High Performance Computing 03-29-2014
4,460
Posted By a3mlord
ipcp and g++, I use both. ---------- Post...
ipcp and g++, I use both.

---------- Post updated 03-29-14 at 11:29 AM ---------- Previous update was 03-28-14 at 04:52 PM ----------

Someone?
Forum: High Performance Computing 03-28-2014
4,460
Posted By a3mlord
Vectorization
Hi,

I have the following vectorized code:
long valor = 0, i=0;

__m128i vsum, vecPi, vecCi, vecQCi;

vsum = _mm_set1_epi32(0);

int32_t * const pA = A->data;
int32_t * const pB =...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy