Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

64 to 32 bit Interop - how?

.net com interop x86 64-bit

Why is this assembly code faster?

Linux memory segmentation

Why are Intel x87 registers 80 bits wide?

How is POPCNT implemented in hardware?

assembly x86 hardware

Why are there 128bit load functions for SSE?

c++ x86 sse simd intrinsics

Is there a list of deprecated x86 instructions?

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