Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

is this a bug in sqrt function

switch statement in assembly

c assembly x86

publication safety, relaxed memory models and memcpy

How to read PMC (Performance Monitoring Counter) of Intel processor?

Why is calling snprintf() so slow?

c performance assembly gcc x86

Does 8086 initiate a 1-byte code fetch when there's only 1 byte left in the prefetch queue?

x86 cpu-architecture x86-16

Inconsistent atan2 results between 64-bit and 32-bit architecture [duplicate]

Trying to store two numbers using scanf , but program crashes

linux assembly x86

Porting old compiler ftol (float to long) function to C

c++ c assembly x86 x87

Are comparison flags cleared after a jump in assembly?

assembly x86

MSR vs MMIO/PCIe configuration space

x86 intel processor msr

Interaction of QEMU and KVM from a perspective of Instruction Replacement

x86 qemu kvm fedora-25

Convert _mm_shuffle_epi32 to C expression for the permutation?

x86 x86-64 sse shuffle sse2

C inline asm for x86 in / out port I/O has operand-size mismatch

What is faster on division? doubles / floats / UInt32 / UInt64 ? in C++/C

Building all projects of a solution with a mixture of x86 and "any cpu" projects using MSBuild

msbuild x86 anycpu

x86 Assembly MOV instruction - Register to Register and Memory to Memory

assembly x86 ram mov

The 2nd digit of my first number has the same value as the 1st digit of the 2nd number. I don't know why

assembly x86 tasm

x86 Assembly Memory - What does the "add" instruction do?

assembly x86 nasm