List Question
20 TechQA 2024-01-24T21:18:06.907000Unexpected Output While std::cout float32 data twice, which previously swapped by _mm_shuffle_pi16
109 views
Asked by KSroido
From an fxsave dump, how to determine whether in x87 or MMX mode?
138 views
Asked by Myria
clang: MMX intrinsics break long double
86 views
Asked by user2962393
What is the Default addition Operator '+' of __m64
151 views
Asked by SnowDance1997
How can I convert C++ code to assembly using the SSE instruction set?
136 views
Asked by Mohammad Abdollahzadeh
how to load array elements in MMX or SSE registers to do sum operation on them
75 views
Asked by Mohammad Abdollahzadeh
In JWASM/MASM - pshufw produces Error A2030: Instruction or register not accepted in current CPU mode
251 views
Asked by I_4m_Z3r0
Invalid instruction operand when using punpcklwd with MMWORD PTR 64-bit memory operand
134 views
Asked by Jordon Moss
How to prepare data for use with MMX/SSE intrinsics for shifting 16bit values?
119 views
Asked by Nieważne Nieważne
What instruction set does SFENCE belong to?
129 views
Asked by Badasahog
What are the names and meanings of the intrinsic vector element types, like epi64x or pi32?
1.2k views
Asked by Brotcrunsher
Stuck at summing two arrays using MMX instructions using NASM
156 views
Asked by Tarik Pašić
why does GDB not tab-complete mmx register name(mm0-mm7)
221 views
Asked by Zhaoyang
How to save a value to a variable using mmx ? (c++)
131 views
Asked by Kris
How to add all the elements of an array using MMX?
245 views
Asked by Kris
Uint8 to mm0 register
456 views
Asked by AudioBubble
MMX intrinsics like _mm_cvtpd_pi32 not found with MSVC 2019 for 64bit targets; change from 2013?
1.2k views
Asked by Nimo
How do i use MMX mulH and mulL for two 64 bit integers to get one 128 bit integer
508 views
Asked by Jesse Taube