Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

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