Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

using text macros @date or @time in MASM x86

assembly x86 masm masm32

How to use an AC_CHECK_HEADER header in an AC_COMPILE_IFELSE program

c x86 autotools autoconf

How many AMD exclusive instructions are there on zen 3 CPUs?

googletest & cmake - Undefined symbols for architecture x86_64

Why GCC generates a mov of the array's beginning on every loop iteration to access array using []? (-O3, x86)

c assembly gcc x86

How to prevent compilers from "optimizing" SIMD constants to lookup tables?

c++ visual-c++ x86 clang simd

Extracting a copy of operands using Intel-pin

x86 intel-pin

What is the size of pointers in C on PAE system?

Do modern x86 processors have native support for decimal floating point arithmetic?

floating-point x86

How to enforce memory ordering with gcc on x86

How to print EIP address in C? [duplicate]

c linux assembly memory x86

Why does `lea esi, dword [edx + ecx * 4]` produce an error when assembled using NASM?

assembly x86 nasm

Test if any byte in an xmm register is 0

string assembly x86 simd sse2

Why does using uint64_t array indices rather than uint32_t simplify compiler output?

Relationship between compiling in x86/x64 and MSIL

compilation x86 64-bit jit cil

Why is this simple c program with gcc (clang) inline assembly exhibiting undefined behaviour?