Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to convert 32-bit float to 8-bit signed char? (4:1 packing of int32 to int8 __m256i)

c x86 simd intrinsics avx2

Does aligning memory on particular address boundaries in C/C++ still improve x86 performance?

c++ c performance x86 latency

Why is POP slow when using register R12?

Do x86/x64 chips still use microprogramming?

How many byes is each instruction compiled to in x86 assembly?

Using AVX instructions disables exp() optimization?

visual-c++ x86 exp avx

Why makecontext does not work with pthreads

c linux x86 pthreads coroutine

How to calculate MIPS of my processor?

x86 Can push/pop be less than 4 bytes? [duplicate]

memory assembly x86 stack

How to compile this program with inline asm?

What is the difference between MOVDQA and MOVNTDQA, and VMOVDQA and VMOVNTDQ for WB/WC marked region?

assembly x86 sse simd avx

AVX2 VPSHUFB emulation in AVX

x86 simd intrinsics avx

What comes after QWORD?

assembly x86 intel terminology

What does F in FWORD stand for?

Creating a C function without compiler generated prologue/epilogue & RET instruction?

c gcc assembly x86 nasm

Does a hyper-threaded core share MMU and TLB?

Difference between .dynamic .dynsym and .dynstr in an ELF executable

linux x86 elf

How do the store buffer and Line Fill Buffer interact with each other?

Integer Overflow problem

assembly x86

_mm_alignr_epi8 (PALIGNR) equivalent in AVX2

x86 simd intrinsics avx avx2