Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to divide a __m256i vector by an integer variable?

optimization x86 simd avx avx2

Any way to list the BIOS drive numbers in real mode

assembly x86 nasm bios real-mode

Using devenv.exe from the command line and open a Solution

x86 microarchitecture/SIMD market share

Why does "i586" refer to Pentium 1, and why does "i686" refer to Pentium Pro?

x86 cpu intel terminology

How can I cast a memory address to a user defined type in the VS2019 watch window when debugging assembly?

Are memory orderings: consume, acq_rel and seq_cst ever needed on Intel x86?

Manual vectorization using AVX vector intrinsics only runs about the same speed as 4 scalar FP adds on Ryzen?

How can I make my VS2008 x86 installer install x64 assemblies on x64?

Assembly How to convert REP STOS to C code

How is data from the RAM fetched?

c memory x86 ram

Pure high-bit multiplication in assembly?

c assembly x86

What <4GB workloads would have worse performance in the Linux x32 ABI than x64?

How to divide disassembled C code to functions?

c windows assembly x86

Unfamiliar syntax for the "imul" instruction in x86 assembly

c assembly x86

Interpreting GDB registers (SSE registers)

unix x86 gdb sse

What does this instruction do ( REP MOVS BYTE PTR ES:[EDI],BYTE PTR DS: )?

assembly x86 instructions

Subtracting registers with an LEA instruction?

How does this sqrt approximation inline assembly function work?

Do compilers usually use registers for their "intended" purpose?