Search code examples
How SCI - System Control Interrupt vector is defined?...

x86interrupt

Read More
Difference between x86, x32, and x64 architectures?...

x86x86-6464-bitcpu-architecturelinux-x32-abi

Read More
undefined reference to `WinMain@16' collect2.exe: error: ld returned 1 exit status...

ceclipsex86mingwwinmain

Read More
Does asmlinkage mean stack or registers?...

linuxgcclinux-kernelx86function-attributes

Read More
How many registers are there in 8086/8088?...

x86cpux86-16cpu-registersmicroprocessors

Read More
Fast pseudo random number generator for procedural content...

c++x86random

Read More
x86 Assembly CALL Instruction Encoding...

assemblyencodingx86

Read More
Why does ptrace(PTRACE_PEEKDATA, ...) return what seems to be a reversed data stream?...

c++cx86

Read More
Read data from proc/sys/kernel/...

linuxassemblyx86nasm

Read More
Does little endian impact arrays?...

cassemblyx86stackendianness

Read More
Horizontal XOR in AVX...

c++assemblyx86simdavx

Read More
Effectively calculate horizontal pair avgs in a stream of int16's...

c++performanceassemblyx86pcm

Read More
Difference between "mov eax, [num]" and "mov eax, num"...

assemblyx86nasm32-bit

Read More
Divide 8-bit integers by 4 (or shift) using SSE...

c++x86ssesimdintrinsics

Read More
compare_exchange_weak() produces race condition with acquire-release on x86...

c++multithreadingperformanceoptimizationx86

Read More
Microarchitectural zeroing of a register via the register renamer: performance versus a mov?...

assemblyx86x86-64cpu-architecture

Read More
How to achieve peak flop throughput for FMA when using input data (while maintaining the required ro...

c++performancex86compiler-optimizationsimd

Read More
Encoding "MOV EAX, moffs32" on x86-64...

assemblyx86x86-64objdumpinstruction-encoding

Read More
Loading and running a raw binary file with 32-bit code in QEMU...

assemblyx86nasmbinaryfilesqemu

Read More
libcurl curl_easy_perform reports "Couldn't resolve host name" (code 6)...

c++x86visual-studio-2022libcurlschannel

Read More
How to display "The reversed string is:" and the reversed string on the same line in assem...

linuxassemblyx86debiannasm

Read More
SIMD intrinsics: aligned operation different than unaligned?...

c++x86simdintrinsics

Read More
Loop iteration is failing at second iteration...

linuxloopsassemblyx86nasm

Read More
Understanding micro-architectural causes for longer code to execute 4x faster (AMD Zen 2 architectur...

c++assemblyx86cpu-architectureamd-processor

Read More
What happens when the physical address corresponding to CS:IP is more than 20 bits in 8086?...

x86intelx86-16memory-addressreal-mode

Read More
inlining failed in call to always_inline ‘_mm_mullo_epi32’: target specific option mismatch...

ccmakex86ssesimd

Read More
CMPXCHG8B example using Nasm Assembler...

assemblyx86nasmintel

Read More
Is memory barrier necessary for memory consistency?...

javac++cx86memory-barriers

Read More
Avoid Frequency Scaling for SIMD FMA Performance...

c++performancex86cpusimd

Read More
Has Hardware Lock Elision gone forever due to Spectre Mitigation?...

securityx86x86-64speculative-executionintel-tsx

Read More
BackNext