Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to clear the upper 128 bits of __m256 value?

c x86 simd avx avx2

Assembly: does xadd instruction need lock?

assembly x86 atomic smp

Android NDK : what should I set in Application.mk for APP_ABI?

android android-ndk x86 arm abi

performance overhead of typecasting variables in C [closed]

c performance x86

Can compiler sometimes cache variable declared as volatile

What is the purpose of segment registers in x86 protected mode?

How do I sum the four 2-bit bitfields in a single 8-bit byte?

Find index of maximum element in x86 SIMD vector

c++ x86 sse simd avx intel

What does .comm mean?

gcc assembly x86 gnu-assembler

Help with understanding a very basic main() disassembly in GDB

Is there a specification of x86 I/O port assignment?

SIMD latency throughput

c++ performance x86 sse simd

Why is the Carry Flag set during a subtraction when zero is the minuend?

assembly x86 flags

How to dump all the XMM registers in gdb?

gdb x86

Are loads and stores the only instructions that gets reordered?

What is the function of the "mov eax, cr3; mov cr3, eax" in x86 assembly code?

assembly x86

Why does gcc force PIC for x64 shared libs?

trouble understanding assembly command "load effective address" [duplicate]

assembly x86

Confusion about bsr and lzcnt

assembly x86 bmi

x86 NASM 'org' directive meaning

assembly x86 nasm bootloader