Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What are some tips for optimizing the assembly code generated by a compiler?

How to make a loop in x86 assembly language?

loops assembly x86

How to find the horizontal maximum in a 256-bit AVX vector

How do objects work in x86 at the assembly level?

c++ object assembly x86 vtable

x86 assembler: floating point compare

How can the rep stosb instruction execute faster than the equivalent loop?

Test whether a register is zero with CMP reg,0 vs OR reg,reg?

How did 16-bit C compilers work?

c assembly x86 legacy 16-bit

Understanding cmp instruction

assembly x86 comparison

How to enable __fp16 type on gcc for x86_64

How can I simplify code generation at runtime?

gcc removes inline assembler code

What exactly does _malloc do in assembly?

c++ floating point precision loss: 3015/0.00025298219406977296

Loop unrolling to achieve maximum throughput with Ivy Bridge and Haswell

c++ x86 intel sse avx

Why am I able to perform floating point operations inside a Linux kernel module?

c linux gcc linux-kernel x86

Why not store function parameters in XMM vector registers?

Hello World using x86 assembler on Mac 0SX

macos linker x86 assembly intel

Problems with ADC/SBB and INC/DEC in tight loops on some CPUs

mov instruction in x86 assembly

assembly x86 att mov