Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why GCC does not use LOAD(without fence) and STORE+SFENCE for Sequential Consistency?

c++ multithreading gcc c++11 x86

Size of store buffers on Intel hardware? What exactly is a store buffer?

What is the best way to go about writing a simple x86 assembler?

x86 algorithm assembly

Push XMM register to the stack

assembly x86 simd sse

How to flush the CPU cache for a region of address space in Linux?

c linux linux-kernel x86 arm

Assembling 32-bit binaries on a 64-bit system (GNU toolchain)

linux assembly build x86 att

How does $ work in NASM, exactly?

assembly x86 nasm

Why is mov turing complete?

x86 CMP Instruction Difference

How to force GDB to disassemble code when it says "No function contains program counter for selected frame"?

x86 spinlock using cmpxchg

why .net assemblies differ for different architectures?

.net x86 64-bit

What are my available march/mtune options?

Is NOT missing from SSE, AVX?

CPU serial number

Counting machine instructions using gdb

x86 gdb trace

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