Port variant | standard |
Summary | Efficient and performance-portable SIMD |
BROKEN | |
Package version | 1.2.0 |
Homepage | https://github.com/google/highway |
Keywords | devel |
Maintainer | nobody |
License | BSD3CLAUSE , APACHE20 (dual) |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 16 JUN 2024, 04:00:27 UTC |
Port created | 26 SEP 2023, 00:47:51 UTC |
complete | This is the highway-standard metapackage. It pulls in all subpackages of highway-standard. |
primary | Highway is a C++ library that provides portable SIMD/vector intrinsics. CPUs provide SIMD/vector instructions that apply the same operation to multiple data items. This can reduce energy usage e.g. fivefold because fewer instructions are executed. We also often see 5-10x speedups. Highway makes SIMD/vector programming practical and workable according to these guiding principles: - Does what you expect: - Works on widely-used platforms - Flexible to deploy - Suitable for a variety of domains - Rewards data-parallel design |
dev | This is the developer subpackage of the highway-standard port. It may contain headers, pc files, static and PIC libraries and SO links. |
Build (only) | cmake:primary:standard |
Runtime (only) |
ravensys-gcc:cxx_run:standard (primary subpackage) ravensys-gcc:libs:standard (primary subpackage) |
main | mirror://GITHUB/google:highway:1.2.0 |
kf6-kimageformats:standard | KF6 plugins for QImage extra file formats support |
libjxl:standard | JPEG XL image format reference implementation |
libvips:loaded | Threaded image processing library (more features) |
libvips:standard | Threaded image processing library (std. options) |
webkit2:api40 | Opensource browser engine using GTK+3 (API 4.0) |
webkit2:api41 | Opensource browser engine using GTK+3 (API 4.1) |
webkit2:api60 | Opensource browser engine using GTK4 (API 6.0) |