Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Using SSE instructions with gcc without inline assembly

c x86-64 sse simd intrinsics

Signed saturated add of 64-bit ints?

Why is (or isn't?) SFENCE + LFENCE equivalent to MFENCE?

C to assembly call convention 32bit vs 64bit

c linux assembly x86 x86-64 intel

How to check for GPU on CentOS Linux

c linux gpu x86-64 gpgpu

Interrupt routing for PCIe slot directly connected to the CPUs

What prevents the usage of a function argument as hidden pointer?

x86_64 calling conventions and stack frames

Can you enter x64 32-bit "long compatibility sub-mode" outside of kernel mode?

Why does x86 nopl instruction take an operand? [duplicate]

Efficiently find least significant set bit in a large array?

clang (LLVM) inline assembly - multiple constraints with useless spills / reloads

Instruction Level Profiling: The Meaning of the Instruction Pointer?

What considerations go into predicting latency for operations on modern superscalar processors and how can I calculate them by hand?

What is long double on x86-64?

C - Undefined symbols for architecture x86_64 when compiling on Mac OSX Lion

c macos osx-lion x86-64 cs50

What are .seh_* assembly commands that gcc outputs?

gcc assembly x86-64

how to run amd64 docker images on arm64 host platform

How does the gettimeofday syscall wor‍k?

Why does gcc force PIC for x64 shared libs?