SIMD-accelerated numerical kernels for distances, dot products, and matrix ops
NumKong is a C/C++ library providing SIMD-accelerated implementations of distances, dot products, matrix operations, and geospatial and geometric kernels for 16 numeric types, from 6-bit floats to 64-bit complex numbers, across x86, Arm, RISC-V, and WASM using AVX-512, NEON, SVE, and other intrinsics.
NumKong is a C/C++ library providing SIMD-accelerated implementations of distances, dot products, matrix operations, and geospatial and geometric kernels for 16 numeric types, from 6-bit floats to 64-bit complex numbers, across x86, Arm, RISC-V, and WASM using AVX-512, NEON, SVE, and other intrinsics.
To install numkong, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install numkong
To see what files were installed by numkong, run:
port contents numkong
To later upgrade numkong, run:
sudo port selfupdate && sudo port upgrade numkong
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.