- Notifications
You must be signed in to change notification settings - Fork130
Open
Description
Hi,
I have existing code in Intel SIMDSSE2, how can I use API of libsimdpp if the variable I have is in SSE2, for example_mm_set_epi32? Is there any way so that, for example, I can use script such as:int32<4> = add(A, B);
whereA
andB
are SSE data type of_mm_set_epi32
? Many thanks.
Metadata
Metadata
Assignees
Labels
No labels