Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SIMD SSE2 __m128i contains 4 int32_t how to quickly find each integer that bigger or small than 0

c x86 sse simd sse2

How to write multiple assembly statements within asm() without "\t\n" separating each line using GCC?

How should I approach to find number of pipeline stages in my Laptop's CPU [closed]

Are x86 assembly instructions REPE/REPZ and REPNE/REPNZ equal?

assembly x86

Why does x86 allows for unaligned accesses, and how unaligned accesses can be detected?

Intel AVX inconsistent _mm256_load_si256 integer operation in C

c x86 simd intrinsics avx

How many ways-superscalar are modern Intel processors?

Visual Studio 2008 sp1 vc++ project works in 32 bit mode, but not 64 bit

Long latency instruction

Addressing mode in IA-32

8088/8086 WAIT instruction and the BIU

x86 x86-16

Why does __get_cpuid return all zeros for leaf=4?

gcc x86 cpu intel cpuid

What is the point of MOVAPS in x86 if it does the same as MOVUPS in modern computers?

assembly x86 sse

Bubble sort on array on Assembly Language

How to access a char array and change lower case letters to upper case, and vice versa

assembly x86 ascii

Creating x86 bootloader

c assembly x86 nasm bootloader

If a virtual memory page is executable, does it imply that it is readable?

Simplest way to get an illegal instruction exception

Are 2 consecutive statements sequenced-before each other?