Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

difference between MMX and XMM register?

assembly x86 x86-64 sse mmx

Why doesn't GCC use partial registers?

Benefits of x87 over SSE

x86 x86-64 sse fpu x87

Unexpectedly poor and weirdly bimodal performance for store loop on Intel Skylake

What does the R stand for in RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP? [duplicate]

What are _mm_prefetch() locality hints?

How to save the registers on x86_64 for an interrupt service routine?

assembly x86-64 isr

Are there benefits to running X86-64 Python on a 64-bit CPU in a 64-bit OS?

python windows-7 64-bit x86-64

Why are signed and unsigned multiplication different instructions on x86(-64)?

"Unexplainable" core dump

Why does this function push RAX to the stack as the first operation?

c++ assembly x86 x86-64 abi

movq assembly function

assembly x86-64 att

Performance optimisations of x86-64 assembly - Alignment and branch prediction

Do shared libraries use the same heap as the application?

c linux gcc x86-64

x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"

assembly x86 x86-64

CPUID implementations in C++

c++ assembly x86-64 cpu cpuid

Examining C/C++ Heap memory statistics in gdb

How expensive is it to convert between int and double?

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?

Intel x86 vs x64 system call