Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How do cores decide which cache line to invalidate in MESI?

Complete x86/x64 JIT Assembler for C Language

assembly x86 x86-64 jit

x64 ymm/SIMD/vector instructions where ymm register is specified in a register?

assembly x86-64 simd

Why does this compiler output by GCC error when translated into NASM?

How to use INVLPG on x86-64 architecture?

c assembly x86 x86-64 tlb

Why do align access and non-align access have same performance?

Is calling `add` on a memory location faster than calling it on a register and then moving the value?

Assembly do we need the endings? [duplicate]

assembly x86-64 att

Cache set and tag

caching memory x86-64 mmu

Is Tail Call Optimization intentionally not used for `vector<T> foo() { return bar(); }`, given `vector<T> bar();`? [duplicate]

Assembly decode for x64 JMP instruction

AVX512 compare to vector not to mask

x86-64 avx512

Why is gcc -O3 auto-vectorizing factorial? That many extra instructions looks worse

Assembler - Load value from register instead of Immediate value

Calling C function from x64 assembly with registers instead of stack