Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to quickly count bits into separate bins in a series of ints on Sandy Bridge? [duplicate]

c++ assembly x86 simd avx

How to Compile 32-bit Apps on 64-bit RHEL?

gcc x86 32-bit rhel7

Easiest/Best Way to Learn the x86 Instruction Set? [closed]

JRE 32bit vs 64bit

java x86 x86-64 jvm-hotspot

Fast way of finding most and least significant bit set in a 64-bit integer

GCC/X86, Problems with relative jumps

c gcc x86

x86 ASM Linux - Using the .bss Section

linux assembly x86 nasm intel

Is Shifting more than 32 bits of a uint64_t integer on an x86 machine Undefined Behavior?

c++ c x86 bit-shift uint64

What does `dup (?)` mean in TASM?

assembly x86 tasm

Getting max value in a __m128i vector with SSE?

c assembly x86 sse

Are there any considerations needed to be taken running your .net program on x64 vs x86?

.net x86 64-bit

Assembly: REP MOVS mechanism

assembly x86

Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2

c optimization x86 x86-64 simd

MSVC: Invalid memcpy optimization?

How can I load values from memory without polluting the cache?

assembly caching x86

How are MMIO, IO and PCI configuration request routed and handled by the OS in a NUMA system?

io x86 cpu-architecture numa

64-bit registers under 32-bit windows

assembly x86 x86-64

Vectorizing with unaligned buffers: using VMASKMOVPS: generating a mask from a misalignment count? Or not using that insn at all

gcc assembly x86 sse avx

Why does GCC drop the frame pointer on 64-bit?

How to produce a minimal BIOS hello world boot sector with GCC that works from a USB stick on real hardware?