Skip to content
RblSb edited this page Sep 5, 2018 · 4 revisions

API docs

The simd package allows the portable implementation of SIMD code based on an easy to use Float32x4 type.

Float32x4 operations are mapped to SSE instructions when running natively on x86 systems. Neon support for ARM systems is planned but not yet implemented.

The simd package is intentionally similar to the SIMD.js API.

When no SIMD instructions are available, the kha.simd types fall back to serial code.