Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Intel CPUs Instruction Queue provides static branch prediction?

Addressing Modes in Assembly Language (IA-32 NASM)

How to power down the computer from a freestanding environment?

How to use a logical address with an FS or GS base in gdb?

gdb x86 memory-segmentation

Floating Point Program gives Invalid Result

Difference between dts and ACPI

x86 assembly programming loops with ecx and loop instruction versus jmp + j<condition>

loops assembly x86

What's the point of the VPERMILPS instruction (_mm_permute_ps)?

mov eax, large fs:30h

debugging assembly x86 ida mov

SIMD instructions for floating point equality comparison (with NaN == NaN)

Intel Intrinsics guide - Latency and Throughput

Sum reduction of unsigned bytes without overflow, using SSE2 on Intel

x86 sse simd sse2 sse3

Can the Intel performance monitor counters be used to measure memory bandwidth?

Parallel memory access on modern processors

Does [ebp*2] reference DS or SS segment?

Using __m256d registers

c++ x86 intel simd avx

Load address calculation when using AVX2 gather instructions

x86 sse simd avx2

Why is movl preferred to movb when translating a C downcast from unsigned int to unsigned char?

SIMD the following code

c x86 sse simd

Linux asm("int $0x0") vs division by zero

c linux assembly x86