Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

x86_64: is IMUL faster than 2x SHL + 2x ADD?

Fastest Linux system call

How does this program know the exact location where this string is stored?

Can counting byte matches between two strings be optimized using SIMD?

c++ optimization x86-64 sse simd

assembly cltq and movslq difference

Find if an ipa file is 32 or 64-bit. (macos/unix)

ios macos unix x86-64 ipa

Compiler generates costly MOVZX instruction

push on 64bit intel osx

macos assembly x86-64 intel

Programmatic data breakpoint in Visual Studio 2010

gcc - writing and executing code in the bss - setting the permission flags

c linux gcc assembly x86-64

x86_64: forcing gcc to pass arguments on the stack

ELF sections not being mapped to segments as expected

writing shellcode: why my shellcode won't work?

assembly x86-64 shellcode

Assembly and multicore CPUs

assembly x86 multicore x86-64

How to optimize this product of three matrices in C++ for x86?

Is the transformation of fetch_add(0, memory_order_relaxed/release) to mfence + mov legal?

Why does Clang generate different code for reference and non-null pointer arguments?

Cross compile windows 64 bit .exe from linux