Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Is performance reduced when executing loops whose uop count is not a multiple of processor width?

x86 assembly abs() implementation?

assembly x86

In what situation would the AVX2 gather instructions be faster than individually loading the data?

Why do virtual memory addresses for linux binaries start at 0x8048000?

Lost Cycles on Intel? An inconsistency between rdtsc and CPU_CLK_UNHALTED.REF_TSC

Atomicity on x86

Can an x64 application use x86 assemblies - and vice versa?

.net dll x86 64-bit x86-64

Intel x86 0x2E/0x3E Prefix Branch Prediction actually used?

What does cltq do in assembly?

assembly x86 gnu-assembler att

What is the purpose of CS and IP registers in Intel 8086 assembly?

x86 intel x86-16

assembly vim syntax highlighting

Can a bool read/write operation be not atomic on x86? [duplicate]

c++ x86 boolean atomic

Does GCC generate suboptimal code for static branch prediction?

Why does breaking the "output dependency" of LZCNT matter?

Difference in performance between MSVC and GCC for highly optimized matrix multplication code

c++ visual-c++ gcc assembly x86

What use is the INVD instruction?

assembly x86 cpu-cache

What does Intel mean by "retired"?

performance x86 x86-64 intel

Are different mmx, sse and avx versions complementary or supersets of each other?

x86 sse avx mmx

Some x86 ASM Reference/Tutorials? [closed]

reference x86 assembly

SSE instructions: which CPUs can do atomic 16B memory operations?