1 unstable release
Uses new Rust 2024
new 0.1.2 | Apr 4, 2025 |
---|
#19 in #complex-numbers
Used in 3 crates
(via aloe-simd)
37KB
305 lines
Aloe SIMD Complex
Aloe SIMD Complex is a Rust library for efficient SIMD operations on complex numbers. This crate defines interfaces and implementations to perform high-performance parallel computations using native SIMD instructions, abstracting complex number operations across vectorized data.
Features
- Trait-based Expansion: Leverages trait-based abstractions for expanding scalar values into SIMD vectors and performing operations on them.
- Complex Multiplication: Supports vectorized multiplication of complex numbers through SIMD instructions.
- Native SIMD Operations: Implements loading, storing, and arithmetic operations efficiently using native SIMD commands, ensuring optimal performance.
- SIMD Complex Extensions: Extends native operations to support complex multiplication and summation, crucial for advanced mathematical calculations and physics simulations.
Usage
To utilize this crate, include it as a dependency in your Cargo.toml
:
[dependencies]
aloe-simd-complex = "0.1.0"
Implement the necessary traits for your data types to leverage the full power of SIMD for complex operations.
This README.md file was generated by an AI model and may not be 100% accurate; however, it should be pretty good.
This crate is a translation of the JUCE module.
JUCE is a c++ software framework for developing high performance audio applications.
Usage falls under the GPLv3 as well as the JUCE commercial license.
See github.com/juce-framework/JUCE and the JUCE license page for details.
This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.
Dependencies
~13–27MB
~374K SLoC