← Back to main site

Kyushick's Notes

Home

❯

Computer Architecture

❯

SIMD Integer Arithmetic

SIMD Integer Arithmetic

Aug 13, 20261 min read

  • simd
  • integer-arithmetic

A garden stub. The polished version lives at SIMD integer arithmetic.

Vectorizing integer math is hard because x86 SIMD has no integer-division instruction. The workarounds — reciprocal multiply, limb-based long division, Newton–Raphson — are explored in the research note.

Related: performance-reading-list, cuda-debugging, llm-inference.


Graph View

Backlinks

  • LLM Inference
  • Debugging CUDA Kernels
  • Digital Garden
  • Performance Reading List

Created with Quartz v4.5.2 © 2026

  • ← Main site
  • Resume
  • GitHub