Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What's the relative speed of floating point add vs. floating point multiply

x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"

assembly x86 x86-64

What's the purpose of the rotate instructions (ROL, RCL on x86)?

What are CLD and STD for in x86 assembly language? What does DF do?

assembly x86

Differences Between ARM Assembly and x86 Assembly [closed]

assembly embedded x86 arm

Crash with icc: can the compiler invent writes where none existed in the abstract machine?

Physical or virtual addressing is used in processors x86/x86_64 for caching in the L1, L2 and L3?

How expensive is it to convert between int and double?

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?

What x86 register denotes source location in movsb instruction?

assembly x86 cpu-registers

What is the size of float and double in C and C++? [duplicate]

c++ c floating-point x86 64-bit

How to check if compiled code uses SSE and AVX instructions?

c++ assembly x86 g++ simd

Cycles/cost for L1 Cache hit vs. Register on x86?

Intel x86 vs x64 system call

Is performance reduced when executing loops whose uop count is not a multiple of processor width?

x86 assembly abs() implementation?

assembly x86

In what situation would the AVX2 gather instructions be faster than individually loading the data?

Why do virtual memory addresses for linux binaries start at 0x8048000?

Lost Cycles on Intel? An inconsistency between rdtsc and CPU_CLK_UNHALTED.REF_TSC

Atomicity on x86