Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How does loop address alignment affect the speed on Intel x86_64?

How cache coherence affects the performance in this case

x64 inline assembly in c to align instructions

Assembly Syscalls in 64-bit Windows

Small branches in modern CPUs

Why is the segfault address NULL when accessing memory that has any of the 16 most significant bits set?