Skip to content

PhilWun/fast-arrays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d29e03 · May 29, 2024

History

91 Commits
Apr 19, 2024
Dec 17, 2023
May 29, 2024
May 29, 2024
May 29, 2024
Jan 4, 2024
May 29, 2024
May 29, 2024
Dec 29, 2023
Dec 29, 2023
Dec 29, 2023

Repository files navigation

Fast Arrays

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages