Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Learning SSE/SSE2 and asm optimizations

assembly graphics x86 x86-64 sse

_InterlockedCompareExchange optimization

Specify arch in GHC?

haskell x86 x86-64 ncurses ghc

How can I replay a multithreaded application?

c linux gcc x86-64 glibc

Why do certain Linux x86_64 system calls require a stub?

how to do a relative jump/call with inline assembly in GCC (x86_64)

c gcc assembly x86-64

What is the correct constant for the exit system call?

gcc assembly x86-64

Is tooling available to 'assemble' WebAssembly to x86-64 native code?

Static branch prediction / GCC optimization

Parsing Call and Ret with ptrace.

c assembly x86-64 ptrace

Is there any situation where using MOVDQU and MOVUPD is better than MOVUPS?

assembly x86 x86-64 intel sse

Java auto vectorization example

MMX intrinsics like _mm_cvtpd_pi32 not found with MSVC 2019 for 64bit targets; change from 2013?

How does the linker find the main function?

assembly x86 x86-64

Cost of x86 register renaming

Why is my const array stored on the stack instead of the text section?

c arrays constants x86-64

Can ptrace tell if an x86 system call used the 64-bit or 32-bit ABI?

Why does Clang do this optimization trick only from Sandy Bridge onward?

Compare two __m128i values for total order

c++ x86 x86-64 simd intrinsics

Is an extra move somehow faster when doing division-by-multiplication?

c gcc assembly clang x86-64