Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SSE: How to reduce a _m128i._i32[4] to _m128i._i8

c++ x86 sse simd

Why does this lookup table sine estimation perform worse when using float instead of double?

Is there a way to increase a value in a xmm register?

assembly x86 addition sse

intel-Based Assembly Language idiv

assembly x86

nasm - error: attempt to define a local label before any non local labels

assembly x86 nasm

SSE optimisation for a loop that finds zeros in an array and toggles a flag + updates another array

c++ optimization x86 sse simd

Loading and storing long doubles in x86-64

How do I find on which CPU/core I'm running?

c assembly x86

Working of the IRQs and the iret instruction semantics on a 32 bit kernel (protected mode)

c assembly x86 interrupt osdev

GCC 4.3/4.4 vs MSC 6 on i386 optimization for size fail

Safely hooking C functions into assembly

c visual-studio assembly x86

What's the equivalent of vbroadcastsd for xmm registers?

assembly x86 sse avx

Floating point in x86 Assembly

assembly x86 floating-point

How do i write a function that prints a null terminated string in NASM 16 bit real mode?

assembly x86 nasm x86-16 bios

Injecting a CLR host into a running process - possible?

System claims AVX2 is supported, but broadcasts of integer registers are unimplemented

How to get Keyboard inputs into a kernel?

c x86 keyboard kernel osdev

Assembly boot loader working on virtual PC, not on real PC

assembly x86 bootloader osdev

How to use rdpmc instruction for counting L1d cache miss?

assembly x86 perf intel-pmu