Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Segmentation registers use

Enumerate all installed versions of an assembly (in GAC)

c# dll x86 64-bit gac intel

How do I use a buffer in an assembly procedure?

Segment size in x86 real mode

main() sometimes keeps frame pointer with -fomit-frame-pointer on x86

c gcc assembly x86 x86-64

What happens to lost interrupts after cli on x86?

Understanding number of loads and stores retired in a x86 micro-benchmark

c gcc assembly x86 perf

What is the compatible subset of Intel's and AMD's x86-64 implementations?

assembly x86 x86-64

Scaling byte pixel values (y=ax+b) with SSE2 (as floats)?

c++ visual-studio x86 simd sse2

How to split an XMM 128-bit register into two 64-bit integer registers?

assembly x86 sse

What does "MOVOU" mean in golang assembly

assembly go x86

How to efficiently perform int8/int64 conversion with SSE?

c++ x86 sse simd intrinsics

Isn't 07C0:0000, the same physical address on x86 machines as 0000:7C00?

Why does TZCNT work for my Sandy Bridge processor?

assembly x86 x86-64

Meaning of suffix "x" in intrinsics like "_mm256_set1_epi64x"

Confused about data alignment for double variables

assembly x86

Can we measure successful store-forwarding with Intel's performance counters?

performance x86 intel-pmu

Do denormal flags like Denormals-Are-Zero (DAZ) affect comparisons for equality?

Why are the user-mode L1 store miss events only counted when there is a store initialization loop?

How to get the gcc compiler to not optimize a standard library function call like printf?