Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

pyopencl errror : undefined symbol: clCreateSubDevices

64 Bit application communicating with 32bit process

Why does GCC use movzbl again to zero-extend a register that's already zero-extended?

Why do we set the least significant bit as part of converting a 64-bit unsigned integer to a 32-bit float on x86?

Strcmp in nasm x86_64, registers

assembly x86-64 nasm strcmp

GCC w/ inline assembly & -Ofast generating extra code for memory operand

Calling assembly function from c leads to segmentation fault

c assembly x86 x86-64

Can kernel code make things read-only in a way that other kernel code can't undo?

Fix a variable to a register in LLVM IR

c llvm x86-64

Is there any profiler that works with -fomit-frame-pointer on x86_64?

linux profiling x86-64

How is atomic_flag implemented?

c++ arm x86-64 atomic stdatomic

Are there C functions or macros specifically designed to compile 1 to 1 with assembly instructions for bit manipulations in a cross-platform manner?

c assembly arm x86-64

Understand IDTR register?

x86_64 printf segfault after brk call

On uint64 to double conversion: Why is the code simpler after a shift right by 1?

Why does adding an xorps instruction make this function using cvtsi2ss and addss ~5x faster?

Enabling AVX512 support on compilation significantly decreases performance

Simplest way to get an illegal instruction exception

How do you understand 'REX.W + B8+ rd io' form for x86-64 assembly?