Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in intel

OS X - x64: stack not 16 byte aligned error

intel

How to index through a string in assembly

intel

Self-modifying code sees a 0xCC byte but the debugger doesn't show it?

using TBB for non-parallel tasks

How do modern cpus handle crosspage unaligned access?

How does Linux support more than 512GB of virtual address range in x86-64?

Hotspot in a for loop

Purpose of self-IPI on IA-32

x86 kernel interrupt osdev intel

missing required architecture x86_64

Intel Inspector reports a data race in my spinlock implementation

Porting low-level x86 optimized code to the ARM Cortex-A8 architecture

x86 arm intel

Intel TBB for Android and iOS

android ios tbb intel

How to load a pixel struct into an SSE register?

c pixel x86-64 sse intrinsics intel

clang (LLVM) inline assembly - multiple constraints with useless spills / reloads

SIMD instructions for floating point equality comparison (with NaN == NaN)

What exactly does _malloc do in assembly?

Is memcpy() usually faster than strcpy()?

intel

Difference between MOVDQA and MOVAPS x86 instructions?

assembly x86 sse simd mov intel

How to write a disassembler? [closed]

x86 disassembly intel