Crates.io | fast_arrays |
lib.rs | fast_arrays |
version | 0.1.23 |
source | src |
created_at | 2023-12-29 20:43:59.831416 |
updated_at | 2024-05-29 09:43:49.625621 |
description | Can be used to perform vectorized calculations on arbitrarily sized 1D and 2D arrays with AVX-512 acceleration. |
homepage | |
repository | https://github.com/PhilWun/fast-arrays |
max_upload_size | |
id | 1083625 |
size | 206,168 |
This library can be used to perform vectorized calculations on arbitrarily sized 1D and 2D arrays.
It uses AVX-512 F
operations, but can also use standard operations as fallback.
To compile a Rust project with AVX-512 F
you need to run the compiler with -Ctarget-feature=+avx512f
or use a config file like config.toml.