Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Reliable information about x86 string instruction performance?

Effectiveness of GCC optmization on bit operations

c optimization assembly x86

which CPUs support MOVBE instruction?

assembly x86 endianness intel

whats the purpose of x86 cr0 WP bit?

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