Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How does CPUID work on hybrid architectures? [duplicate]

x86 intel cpu-cores cpuid

Where to start learning assembly - IDE, examples

assembly ide x86 masm

MITE (legacy pipeline) used instead of DSB (uops cache) when jump is not quite aligned on 32 bytes

performance assembly x86 intel

ADD slower than ADC in the first step of a bigint multiply on Coffee Lake (Skylake)

Is this inline asm correct for bitcasting int as float?

What's the difference between the XOR instructions "VPXORD", "VXORPS" and "VXORPD" in Intel's AVX2

BSF Opcode is not working

What does the x86 line "imulq $44,(%rbx), %rax" do?

assembly x86 att

Translate a FOR to assembler

c assembly x86

Broadcast one arbitrary element of __m128 vector

c++ x86 sse simd sse2

Floating point rounding when truncating

c floating-point x86 fpu

difference between .text and .data

assembly x86 nasm

SSE2 8x8 byte-matrix transpose code twice as slow on Haswell+ then on ivy bridge

How is the ">" operator implemented (on 32-bit integers)?

Create x86 and x64 installers using the same vdproj file?

In what program can I code and test assembly?

How write C# code being safe both under x86 and x64 when accessing COM? Typical traps?

c# .net com x86 64-bit