Skip to main content

Module simd

Module simd 

Source
Expand description

SIMD-accelerated operations.

Platform support:

  • ARM64: NEON intrinsics
  • x86_64: SSE2/AVX2 intrinsics
  • Other (WASM, etc.): Scalar fallbacks

Modules:

  • hex โ€” hex encode/decode (NEON TBL, SSE2/AVX2 arithmetic, scalar LUT)
  • image โ€” nearest-neighbor RGBA downsample (NEON gather, SSE2 gather, scalar)

Modulesยง

hex
SIMD-accelerated hex encoding and decoding
image
SIMD-accelerated image operations.