Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

How to make a Makefile for a program for assembly Language?

linux assembly makefile x86 nasm

What will be used for data exchange between threads are executing on one Core with HT?

Function parameter passing in a Linux kernel interrupt handler (from asm to C)

Using db to declare a string in assembly NASM

Registering Interrupt in 16 bit x86 Assembly