Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How un-portable is assembly language, /really/?

Using LEA on values that aren't addresses / pointers?

c assembly x86 memory-address

Avoiding AVX-SSE (VEX) Transition Penalties

How can I mitigate the impact of the Intel jcc erratum on gcc?

Windows 8 fat binary (exe for x86 & ARM)

How do non temporal instructions work?

Understanding compilation result for std::isnan

Why is using structure Vector3I instead of three ints much slower in C#?

Why is tan slower in context than when isolated?

c performance x86 clang avx

Assembly and multicore CPUs

assembly x86 multicore x86-64

Efficient Multiply/Divide of two 128-bit Integers on x86 (no 64-bit)

c++ algorithm x86 bignum

Set memory as uncacheable through x86 PAT table

linux x86

Why is the x86 CR1 control register reserved?

x86 intel cpu-architecture

Is prefetching triggered by the stream of exact addresses or by the stream of cache lines?

Single NuGet Package Containing x86 ARM x64 binaries

Correct way to wrap CMPXCHG8B in GCC inline assembly, 32 bits

How to implement an efficient _mm256_madd_epi8?

c++ x86 simd intrinsics avx2