Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How does endianness work with SIMD registers?

x86 sse endianness simd

Does QEMU emulate TLB?

What is lifetime of variable inside block?

c++ c memory x86 stack

How to switch from real mode to protected mode after bootloader?

Is the example in the membarrier man page pointless in x86?

LFENCE is really useless vs. Spectre #2?

what is jmpl instruction in x86?

assembly x86 gnu-assembler att

BMI for generating masks with AVX512

x86 simd avx512 bmi

Why was NOP assigned to 0x90 in x86 assembly?

transpose for 8 registers of 16-bit elements on SSE2/SSSE3

assembly matrix x86 sse simd

How do I atomically read a value in x86 ASM?

x86 128-bit atomic ops

assembly x86 atomic x86-64

Assembly - shr instruction turn on carry flag?

assembly x86

What is the difference between physical and absolute address?

memory x86

How to disassemble movb instruction

Can I POP a value from the stack, but put it nowhere in NASM Assembly?

Cross-platform implementation of the x86 pause instruction

c++ c++11 x86

How can I find out what "processor family" an Intel processor is under?

Fastest way to horizontally sum SSE unsigned byte vector

c++ x86 sse simd

Shifting 4 integers right by different values SIMD

c++ x86 sse simd avx