highway
Efficient and performance-portable SIMD
highway
Descrizione
Highway is a C++ library for SIMD (Single Instruction, Multiple Data), i.e. applying the same operation to 'lanes'.
Why Highway?
- more portable (same source code) than platform-specific intrinsics, - works on a wider range of compilers than compiler-specific vector extensions, - more dependable than autovectorization, - easier to write/maintain than assembly language, - supports **runtime dispatch**, - supports **variable-length vector** architectures.
Installa
Canale stable v1.4.0-1
Questa app e' curata in HaikuPorts. Installala da li', e' gia' disponibile in HaikuDepot.
pkgman install highway
Attenzione: il file arriva dal server di HaikuPorts, ma installarlo a mano non è la strada consigliata. È «pkgman» a risolvere le dipendenze che un .hpkg non porta con sé: un pacchetto installato da solo potrebbe non partire. Usa il comando pkgman qui sopra, a meno che tu non sappia esattamente perché ti serve il file.