Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Why does MSVC emit a useless MOVSX before performing this Bit Test?

Why is imul used for multiplying unsigned numbers?

64-bit mode does not support 32-bit PUSH and POP instructions [duplicate]

assembly nasm x86-64

JMP instruction - Hex code

close() x86_64 system call weird return value

c kernel x86-64 system-calls

How do I gain measurable benefit from prefetch intrinsics?

Why does this function run so much faster when it makes an extra read of memory?

Linux: Large int array: mmap vs seek file?

Forcing the compiler to use a certain register for a certain variable

c linux gcc clang x86-64

Is it worth bothering to align AVX-256 memory stores?

How to add x64 (or Any CPU) as a build option in Visual Studio 2010 (from console application to class library)

On which platforms does integer divide by zero trigger a floating point exception?

Nasm - Symbol `printf' causes overflow in R_X86_64_PC32 relocation [duplicate]

Why does the x86-64 GCC function prologue allocate less stack than the local variables?

x86-64 canonical address?

Prefetching data to cache for x86-64

c linux caching x86-64 prefetch

Understanding gcc -S output

gcc assembly x86-64

Calling printf in x86_64 using GNU assembler

How to get `gcc` to generate `bts` instruction for x86-64 from standard C?

c gcc x86-64

what is fastest x86-64 assembly-language divide algorithm for huge numbers?