Streaming SIMD Extensions 2 is a SIMD instruction set available on modern x86-compatible CPUs. SSE2 is the one major upgrade to its predecessor SSE and to date the single most important feature set among the SSE family, as it is a "common denominator" to virtually all modern x86 CPUs and offers the ...

learn more… | top users | synonyms

-1
votes
0answers
18 views

SSE2 instruction to typecast an integer register to short register without saturation

Is there any SSE2 instruction to typecast an integer register to short register without saturation. I have found the instruction for typecasting in the following link SSE2 instruction to typecast an ...
-5
votes
1answer
28 views

Two 32-bit signed integers Multiplication using SSE2

How can I multiply two signed 32-bit integers using SSE2 instruction set?
0
votes
0answers
24 views

Is it possible to use C# with Salsa 20/12 so that Intel/AMD SSE2 acceleration is used? [duplicate]

I'm interested in the eStream project and using C# to encrypt / decrypt data streams with Intel/AMD acceleration. How can I use C# to interact with Intel/AMD hardware so I can get the following ...
1
vote
1answer
45 views

SSE2 instruction to typecast an integer register to short register and vice-versa

Is there any SSE2 instruction to typecast an integer register to short register and vice-versa? Please suggest.
0
votes
2answers
56 views

SSE2 instruction to load integers in reverse order

Is there any SSE2 instruction to load a 128bit int register from a int buffer in the reverse order ?
1
vote
1answer
73 views

#error “SSE2 instruction set not enabled” when including <emmintrin.h>

I´m trying to compile some C++ code with cmake and make that uses the include <emmintrin.h> and get the following make error: #error "SSE2 instruction set not enabled" I have an Intel ...
1
vote
0answers
30 views

sse2 multiplication vectors X and Y using multithreaded algorithm in cpp

So my code for thread is: DWORD WINAPI ThreadFunc1(LPVOID lpParam ) { THREAD_DATA *ptrDat = (THREAD_DATA *)(lpParam); int loc_N = ptrDat->loc_N ; int ntimes = ptrDat->ntimes; __m128d rx0, ...
0
votes
1answer
46 views

converting four floats in xmm3 to four ints in memory

I am newbie to sse, and I have trouble to find it, please tell me what is the good way to convert (truncate as in "(int) float_") four packed floats I have in xmm3 register into four ints and store ...
1
vote
0answers
60 views

What is the optimal code for this task?

#if 1 for (POS iSource = iColPos; iSource < _iMax; ++iSource) *static_cast<T*__restrict>(&pDataDest[m_sFactorPositions[iSource + iOffset]]) -= pDataSource[iSource]*d; #else ...
7
votes
1answer
189 views

Best way to load a 64-bit integer to a double precision SSE2 register?

What is the best/fastest way to load a 64-bit integer value in an xmm SSE2 register in 32-bit mode? In 64-bit mode, cvtsi2sd can be used, but in 32-bit mode, it supports only 32-bit integers. So far ...
0
votes
2answers
120 views

How to process a 24-bit 3 channel color image with SSE2/SSE3/SSE4?

I just started to use SS2 optimization of image processing, but for the 3 channel 24 bit color images have no idea. My pix data arranged by BGR BGR BGR ... ,unsigned char 8-bi, so if I want to ...
5
votes
1answer
372 views

Using XMM0 register and memory fetches (C++ code) is twice as fast as ASM only using XMM registers - Why?

I'm trying to implement some inline assembler (in Visual Studio 2012 C++ code) to take advantage of SSE. I want to add 7 numbers for 1e9 times so i placed them from RAM to xmm0 to xmm6 registers of ...
5
votes
2answers
187 views

Fast counting the number of equal bytes between two arrays

I wrote the function int compare_16bytes(__m128i lhs, __m128i rhs) in order to compare two 16 byte numbers using SSE instructions: this function returns how many bytes are equal after performing the ...
0
votes
0answers
54 views

adding values ​​in a single mmx register in cpp

I have little problem. I want add values ​​in a single mmx register in C++ language but I cant find function for this on this http://msdn.microsoft.com/en-us/library/kcwz153a(v=vs.80).aspx site. :( Is ...
0
votes
2answers
198 views

SQRT vs RSQRT vs SSE _mm_rsqrt_ps Benchmark

I have not found any clear benchmark about this subject so I made one. I will post it here in case anybody is looking for this like me. I have one question though. Isn't SSE supposed to be 4 times ...
0
votes
0answers
58 views

sse2 floating-point precision

I wrote a calculating a dot product of 2 big floating-point vectors using SSE2. But later I observed that result is wrong, but difference is small. Below the example that demonstrates so strange ...
0
votes
2answers
140 views

Packing and unpacking data for SSE/SSE2 instructions - why

I'm trying to learn more about how SSE/SSE2 work: I know that SSE/SSE2 use mmx registers with a size of 128 bit (16 byte) and that usually these registers have 4 float cells where I can store my ...
1
vote
1answer
107 views

SSE: cast double** to _m128d**

Casting normal double* to a _m128d* is pretty easy and comprehensible. Suppose you have an array like this: double arr[8] = {1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0}; Then the _m128d presentation kinda ...
4
votes
1answer
107 views

Vectorized extraction of a specific pattern of shorts from an array, and also insertion into a new array

I have an array of shorts where I want to grab half of the values and put them in a new array that is half the size. I want to grab particular values in this sort of pattern, where each block is 128 ...
0
votes
1answer
127 views

Image quality is decresing when MMX SSE to C code conversion

I am Converting an MMX SSE to Equivalent C Code. I have almost converted it but the image quality what I am getting is not proper or I can see some noise is coming in image. I am debugging the code ...
2
votes
1answer
289 views

how do I add all elements in array using SSE2

Suppose I have a very simple code like this double array[size of array]; double sum = 0; for(int i=0; i<size of arry; i++){ sum += array[i]; } I basically want to do the same operations ...
1
vote
2answers
99 views

ROS (Robot Operating System) with SSSE3 flag

I started working with ROS lately and got stuck on one problem. I need to use some classes whick require SSE2, SSE3 and SSSE3 CPU extensions. I tried to edit the manifest.xml file of my ROS Package ...
4
votes
1answer
210 views

simd vector access

i'm new to SIMD programming and i have some basic questions i can't seem to figure out after looking into the topic for some days now. the code i want to optimize is basically a simple but large ...
2
votes
0answers
133 views

Is it possible to use SSE (v2) to make a 128-bit wide integer?

I'm looking to understand SSE2's capabilities a little more, and would like to know if one could make a 128-bit wide integer that supports addition, subtraction, XOR and multiplication? Thanks, ...
1
vote
1answer
141 views

SSE2 movddup Not Moving Values

Can't someone explain to me why the output of this program is [nan, nan]? The code is supposed to load the value of d into the high and low 64-bits of the XMM1 register and then move the contents of ...
0
votes
0answers
46 views

Access Violation in <vector> using SSE2 instructions in MVC++ [duplicate]

Possible Duplicate: SSE and C++ containers I implemented the following code for a basic interval class using SSE2 instructions: #include <emmintrin.h> class interval { private: ...
3
votes
2answers
493 views

strange error during cast to __m128i

I'm trying to cast unsigned short array to __m128i: const unsigned short x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; const unsigned short y[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...
2
votes
2answers
1k views

SSE2, Visual Studio 2010, and Debug Build

Can the compiler make automatic use of SSE2 while optimisations are disabled? When optimisations are disabled, does the /arch:SSE2 flag mean anything? I've been given the task of squeezing more ...
4
votes
1answer
397 views

A better SSE2 implementation for float4::set_wxy (and other set-swizzle ops)?

I'm writing an HLSL float4 compliant type in C++ with SSE2/AVX intrinsics and at the moment I'm implementing all the set-swizzle operations available for float4 in HLSL. I'm trying to figure out an ...
1
vote
2answers
236 views

load 32 bits from memory into xmm register

inline assembly: __asm__("movd (%0), %%xmm1" : : "r"(some_pointer) :); What is the equivalent intrinsics code? __m128i foo = _mm_?????(some_pointer);
1
vote
1answer
727 views

How to align 16-bit ints for use with SSE intrinsics

I am working with two-dimensional arrays of 16-bit integers defined as int16_t e[MAX_SIZE*MAX_NODE][MAX_SIZE]; int16_t C[MAX_SIZE][MAX_SIZE]; Where Max_SIZE and MAX_NODE are constant values. I'm ...
3
votes
1answer
356 views

Simulating packusdw functionality with SSE2

I'm implementing a fast x888 -> 565 pixel conversion function in pixman according to the algorithm described by Intel [pdf]. Their code converts x888 -> 555 while I want to convert to 565. ...
0
votes
2answers
122 views

SSE 2 function execution timing not constant and is more than normal

Using SSE 2, on Intel core2Duo. The time spent in sse_add() and normal_add() is not constant in multiple run, and in fact now after several modifications is always coming out as 0. The program ...
8
votes
2answers
988 views

Sum reduction using SSE2 on Intel

I am trying to find sum reduction of 32 elements (each 1 byte data) on an Intel i3 processor. I did this: s=0; for (i=0; i<32; i++) { s = s + a[i]; } However, its taking more time, since ...
2
votes
2answers
2k views

SSE instructions to add all elements of an array

I am new to SSE2 instructions. I have found an instruction _mm_add_epi8 which can add two array elements. But I want an SSE instruction which can add all elements of an array. I was trying to develop ...
12
votes
4answers
558 views

SSE2 integer overflow checking

When using SSE2 instructions such as PADDD (i.e., the _mm_add_epi32 intrinsic), is there a way to check whether any of the operations overflowed? I thought that maybe a flag on the MXCSR control ...
8
votes
2answers
2k views

SSE multiplication of 4 32-bit integers

How to multiply four 32-bit integers by another 4 integers? I didn't find any instruction which can do it.
2
votes
1answer
850 views

What does the following assembly instruction do addsd -8(%rbp), %xmm0?

I'm trying to figure out what the assembly instruction actually does addsd -8(%rbp), %xmm0 I know that it's a floating point addition on an x86-64 machine with SSE2. Also, I know that %xmm0 is a ...
0
votes
2answers
178 views

Adding two __m128 types via Accelerate framework

I need to add/mul/sub two __m128 (float) variables using Accelerate framework. But, I can't find function to do that. All Accelerate framework functions takes int__vector__ type instead ...
4
votes
1answer
446 views

SIMD array add for arbitrary array lengths

I'm learning to use SIMD capabilities by re-writing my personal image processing library using vector intrinsics. One basic function is a simple "array +=," i.e. void arrayAdd(unsigned char* A, ...
2
votes
1answer
321 views

Sum of the four 32bits elements of a _m128 vector

I'm using intrinsics to optimize a program of mine. But now I would like to sum the four elements that are in a __m128 vector in order to compare the result to a floating point value. For instance, ...
2
votes
1answer
488 views

How to optimize this Delphi function with SSE2?

I need a hint, how to implement this Delphi function using SSE2 assembly (32 Bit). Other optimizations are welcome too. Maybe one can tell me, what kind of instructions could be used, so I have a ...
3
votes
1answer
450 views

sse2 float multiplication

I tried to port code some from the FANN Lib (neuronal network written in C) to SSE2. But the SSE2 performance got worse than the normal code. With my SSE2 implementation runs one run takes 5.50 min ...
1
vote
1answer
160 views

Issue parallelizing this c code with openmp

How can I parallelize this code with OpenMP?. The result I get is not correct. I try to use temporary variables p1aux, p2aux, and psumaux because the Reduction clause cannot be used with pointers ...
3
votes
1answer
170 views

Parallelizing code sse intrinsics functions c with openmp

I have a c code with intrinsics functions sse2. I am trying to parallelize this code. This code has recursive type sentences: *dex = _mm_add_pd(*dex,temp2); I can not use the clause reduction, ...
2
votes
1answer
387 views

What happens on an unaligned MOVSD on various CPUs?

Basically what the question says, if I execute a MOVSD that isn't 8-byte (or even 4-byte) aligned on various CPUs, what happens? Does it have a performance impact, can it segfault, etc.?
2
votes
2answers
214 views

Alternative to manual fix-up of sse2 data alignement on a 16-byte boundary

Is there an alternative to the following manual fix-up: // excerpt adapted from SIMDTest in // http://www.mccauslandcenter.sc.edu/mricro/obsolete/graphics/simdtest.zip // var lAdblRAp, lArraySz, ...
0
votes
2answers
194 views

how to load 16 8-bits data and concatenate them to 4 unsigned int?

Is there any elegant way to load 16 8-bits data and concatenate them to 4 unsigned int ? like follows: load the following array(16 epi8) by _mm_load_si128() to an __m128i 0x00, 0x11, 0x22, 0x33, ...
4
votes
2answers
3k views

Valgrind and Java

I want to use Valgrind 3.7.0 to find memory leaks in my Java native code. I'm using jdk1.6.0._29. To do that, I have to set the --trace-children=yes flag. Setting that flag, I no longer can run ...
1
vote
1answer
359 views

md5 vectorized sse* && avx

I am looking for information on the implementation of md5 algorithm using vectorization. I am interested in the details of SSE* and the AVX instructions.Are there any ready-made library with support ...

1 2