graphics/libhighway - The NetBSD Packages Collection

C++ library for SIMD

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.

## Current status

Supported targets: scalar, SSE4, AVX2, AVX-512, NEON (ARMv7 and v8), WASM SIMD.
Ports to RVV and SVE/SVE2 are in progress.

Build dependencies

lang/gcc8 lang/gcc8 pkgtools/mktools devel/cmake devel/pkgconf pkgtools/cwrappers

Runtime dependencies

devel/libatomic lang/gcc8-libs devel/libatomic

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64libhighway-1.0.1.tgz
NetBSD 10.0aarch64libhighway-1.0.1.tgz
NetBSD 10.0aarch64libhighway-1.0.7.tgz
NetBSD 10.0aarch64eblibhighway-1.0.1.tgz
NetBSD 10.0aarch64eblibhighway-1.0.7.tgz
NetBSD 10.0alphalibhighway-1.0.1.tgz
NetBSD 10.0earmv6hflibhighway-1.0.1.tgz
NetBSD 10.0earmv6hflibhighway-1.0.1.tgz
NetBSD 10.0earmv6hflibhighway-1.0.7.tgz
NetBSD 10.0earmv7hflibhighway-1.0.1.tgz
NetBSD 10.0earmv7hflibhighway-1.0.1.tgz
NetBSD 10.0earmv7hflibhighway-1.0.7.tgz
NetBSD 10.0i386libhighway-1.0.7.tgz
NetBSD 10.0i386libhighway-1.0.1.tgz
NetBSD 10.0powerpclibhighway-1.0.1.tgz
NetBSD 10.0sparclibhighway-1.0.1.tgz
NetBSD 10.0vaxlibhighway-1.0.1.tgz
NetBSD 10.0x86_64libhighway-1.0.7.tgz
NetBSD 10.0x86_64libhighway-1.0.1.tgz
NetBSD 8.0powerpclibhighway-1.0.1.tgz
NetBSD 8.0powerpclibhighway-1.0.1.tgz
NetBSD 8.0x86_64libhighway-1.0.1.tgz
NetBSD 8.0x86_64libhighway-1.0.1.tgz
NetBSD 9.0aarch64libhighway-1.0.1.tgz
NetBSD 9.0aarch64libhighway-1.0.1.tgz
NetBSD 9.0aarch64libhighway-1.0.7.tgz
NetBSD 9.0earmv7hflibhighway-1.0.1.tgz
NetBSD 9.0earmv7hflibhighway-1.0.1.tgz
NetBSD 9.0earmv7hflibhighway-1.0.7.tgz
NetBSD 9.0i386libhighway-1.0.7.tgz
NetBSD 9.0i386libhighway-1.0.1.tgz
NetBSD 9.0powerpclibhighway-1.0.1.tgz
NetBSD 9.0powerpclibhighway-1.0.1.tgz
NetBSD 9.0sparc64libhighway-1.0.1.tgz
NetBSD 9.0x86_64libhighway-1.0.7.tgz
NetBSD 9.0x86_64libhighway-1.0.1.tgz
NetBSD 9.3x86_64libhighway-1.0.7.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

tests
Build and install tests.

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.