Skip to content

Commit

Permalink
Updated changelog: CliffordNumbers.mul iteration scheme depends on …
Browse files Browse the repository at this point in the history
…argument lengths
  • Loading branch information
brainandforce committed Jun 1, 2024
1 parent 09a8516 commit 536f8e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- Geometric products involving pseudoscalars (`KVector{K,Q}` where `K === dimension(Q)`) now
promote to smaller types if possible.
- `CliffordNumbers.mul` iterates through the indices of the smaller argument, which drastically
reduces the performance discrepancy when the multiplication arguments are reversed if SIMD
vectorization is utilized.

## [0.1.1] - 2024-05-28

Expand Down

0 comments on commit 536f8e4

Please sign in to comment.