Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Stack Guard and Stack Smashing Protection - canaries, memory

Is there any way to recompile binaries from x86 to ARM on linux?

linux compilation x86 arm

What code skeleton should I use for Intel 8086 DOS assembly?

assembly x86 dos x86-16

Is there any larger significance to this piece of translated assembly code?

Spinlock with XCHG unlocking

Which Linux kernel function creates the 'process 0'?

c assembly linux-kernel x86 boot

Portable efficient alternative to PDEP without using BMI2?

c# visual studio build exe with target anycpu but that determines its platform(x86/x64) on the calling process platform(x86/x64)

Assembled c++ appears to contain superfluous instructions

Cache-friendly way to collect results from multiple threads

Using ymm registers as a "memory-like" storage location

assembly x86 sse avx

Intel's CLWB instruction invalidating cache lines

How do I store the value of a register into a memory location pointed to by a pointer?

c++ pointers assembly x86

Recreate dead threads after a fork

c linux 64-bit x86 fork

Performance difference between system call vs function call

Atomic Minimum on x86 using OpenMP

c++ x86 openmp atomic minimum

Can a shift using the CL register result in a partial register stall?

Why is protected mode needed in addition to compatibility mode in Intel x86 64 bit CPUs?

x86 cpu x86-64 protected-mode

How to merge a scalar into a vector without the compiler wasting an instruction zeroing upper elements? Design limitation in Intel's intrinsics?

c gcc x86 sse intrinsics

Best way to load/store from/to general purpose registers to/from xmm/ymm register

assembly x86 simd sse2 avx2