Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How much does function alignment actually matter on modern processors?

Why does Math.Exp give different results between 32-bit and 64-bit, with same input, same hardware

c# .net math 32bit-64bit x86-64

ASM call conventions

How can I create a parallel stack and run a coroutine on it?

32-bit pointers with the x86-64 ISA: why not?

Why doesn't time() from time.h have a syscall to sys_time?

linux gcc assembly x86-64 glibc

Is it possible to know the address of a cache miss?

caching x86-64 processor

How to convert 32-bit compiled binary to 64-bit [closed]

How can I write a "Hello World" app in assembly language? [duplicate]

assembly x86 x86-64

Load from a 64-bit address into other register than rax

assembly x86-64

Vectorizing Modular Arithmetic

c assembly x86-64 sse intrinsics

x86_64 Linux syscall arguments

Can x86 reorder a narrow store with a wider load that fully contains it?

Meaning of REX.w prefix before AMD64 jmp (FF25)

winapi assembly x86-64

Is it possible to vectorize myNum += a[b[i]] * c[i]; on x86_64?

Why is uint_least16_t faster than uint_fast16_t for multiplication in x86_64?

Does the REX.B override work with the MOVSS instruction?

assembly x86-64

Writing x86_64 linux kernel module in assembler

CS:APP example uses idivq with two operands?

Why do x86-64 Linux system calls modify RCX, and what does the value mean?