Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How is a relative JMP (x86) implemented in an Assembler?

SIMD/SSE newbie: simple image filtering

A reference for AT&T syntax assembly floating point arithmetic

assembly floating-point x86

x86 Modrm/Sib/Displacement bytes for opcode '89'

assembly x86 disassembly

How to execute x86 commands from data buffer?

c++ module x86

What does the ljmp instruction do in the linux kernel fork system call?

Is there any situation where using MOVDQU and MOVUPD is better than MOVUPS?

assembly x86 x86-64 intel sse

Why is clang over-complicating my simple factorial function?

How to write a simple soundblaster 16 driver using direct write mode for a hobby OS?

Is it possible to make GCC auto-vectorizer output intrinsics instead of assembly?

Why do memory access times increase when far over CPU cache sizes

Copying 64 bytes of memory with NT stores to one full cache line vs. 2 consecutive partial cache lines

c performance assembly x86 avx

What is clang trying to do optimizing this simple recursive algorithm?

c assembly x86 clang

C calling convention: who cleans the stack in variadic functions vs normal functions?

Assembly Converting MOV / MOVZX and MOVSX to C code (no inline asm)

How to map 1GB (or more) of physical memory under a 32-bit Linux kernel

Smashing Stack on Ubuntu 11.10

Why two bitwise or AVX instructions? [duplicate]

How does the linker find the main function?

assembly x86 x86-64

Can I generate AVX vectorized code using LLVM jit?

x86 llvm jit avx