issues
search
dimforge
/
simba
Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
293
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update CI
#64
waywardmonkeys
opened
1 week ago
1
Fix `clippy::too_long_first_doc_paragraph` lint
#63
waywardmonkeys
closed
2 weeks ago
1
Fix typo and one instance of missing backticks.
#62
waywardmonkeys
closed
2 weeks ago
1
feat: add ZERO and ONE consts, and Default impl to simd types
#61
sebcrozet
closed
4 months ago
0
feat: replace the SimdValue::lanes() function by an associated const SimdValue::LANES
#60
sebcrozet
closed
4 months ago
0
feat: add a SupersetOf<f32> requirement for the ComplexField and SimdComplexField traits
#59
sebcrozet
closed
4 months ago
0
Miscellaneous cleanup
#58
sebcrozet
closed
4 months ago
0
Tips for working generically with complex numbers?
#57
audunska
closed
8 months ago
3
Subtract with overflow for integers
#56
mineichen
opened
8 months ago
0
Allow direct conversions from f32 to RealField or ComplexField
#55
patowen
closed
7 months ago
3
Inconsistency between f32 and f64 in convertability to RealField
#54
patowen
closed
4 months ago
1
lanes associated const for SimdValue
#53
aentity
closed
4 months ago
1
Remove CUDA support relying on abandoned toolchain
#52
Ralith
closed
4 months ago
1
Inconsistent behaviour of `SimdPartialOrd::simd_min` and `simd_max` when values are not comparable
#51
arscisca
opened
11 months ago
1
Update Crates.io version
#50
MickHarrigan
closed
4 months ago
2
Update `packed_simd` version
#49
MrGunflame
closed
1 year ago
1
Implement most of missing functionality for fixed point
#48
richardhozak
closed
10 months ago
0
Implement Sum and Product traits for fixed point numbers
#47
richardhozak
closed
10 months ago
3
chore: add closing brackets in comments
#46
dmyTRUEk
closed
4 months ago
1
Add portable_simd support
#45
farnoy
closed
4 months ago
1
Blanket impl of SimdPartialOrd prevents any Wrapper<T> of T: SimdValue defining vectorised field impls
#44
cormacrelf
opened
1 year ago
0
🗃️ Add support for `rkyv` to `wide` SIMD wrapper types
#43
Jasper-Bekkers
closed
1 year ago
3
Make sure the archived version of AutoSimd and AutoBoolSimd is Self.
#42
sebcrozet
closed
1 year ago
0
Cuda: implement DeviceCopy for AutoSimd
#41
sebcrozet
closed
2 years ago
0
Fixed Spellings
#40
lrauschning
closed
2 years ago
1
Build fail with any sanitizer
#39
Yuri6037
opened
2 years ago
1
feat: implement Distribution for AutoSimd, Simd and Wide types
#38
GabrielDertoni
closed
2 years ago
1
Implement `Distribution` from the `rand` crate for more types
#37
GabrielDertoni
closed
2 years ago
0
Add wrapper for f64 Wide types.
#36
sebcrozet
closed
2 years ago
0
Add rkyv support for AutoSimd
#35
sebcrozet
closed
2 years ago
0
Modify impl_real call to build with libm
#34
AxelMontini
closed
2 years ago
4
Migrate from packed_simd to stdlib simd (aka portable simd)
#33
SUPERCILEX
closed
4 months ago
3
Cannot build crate (version 0.7.1, feature libm)
#32
AxelMontini
closed
2 years ago
2
0.7.1 docs.rs fails to build
#31
the80srobot
closed
2 years ago
1
Add support for the wide::f32x8 type.
#30
sebcrozet
closed
2 years ago
0
Fix badges
#29
atouchet
closed
2 years ago
1
Update cuda_std 0.2
#28
sebcrozet
closed
2 years ago
0
Add support for rust-CUDA
#27
sebcrozet
closed
2 years ago
0
Adjust some trait bounds for RealField and ComplexField
#26
sebcrozet
closed
3 years ago
0
Remove Bounded requirement from RealField
#25
boomshroom
closed
3 years ago
1
Fix some warnings
#24
ghost
closed
2 years ago
0
Make ComplexField require Clone instead of Copy.
#23
sebcrozet
closed
3 years ago
0
Update wide to 0.7
#22
ghost
closed
3 years ago
2
Add horizontal sum and horizontal product to SimdComplexField.
#21
sebcrozet
closed
3 years ago
0
Bump version of the approx dependency.
#20
sebcrozet
closed
4 years ago
0
Update dependencies.
#19
sebcrozet
closed
4 years ago
0
Swap the argument order of copysign.
#18
sebcrozet
closed
4 years ago
0
Make Fixed transparent and from/to bits const-fn.
#17
sebcrozet
closed
4 years ago
0
Add more fixed-point operations
#16
sebcrozet
closed
4 years ago
0
Fix compilation with no-std and libm feature.
#15
sebcrozet
closed
4 years ago
0
Next