issues
search
AdamNiederer
/
faster
SIMD for humans
Mozilla Public License 2.0
1.56k
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Switch back to packed_simd dependency
#73
atouchet
opened
1 year ago
0
#[target_feature(enable = "crypto")] the feature named `crypto` is not valid for this target
#72
chaseSpace
closed
8 months ago
0
Hi, I'm from 2022. Please fix the build.
#71
uselessgoddess
closed
1 year ago
2
Indexing into an array / lookup table (lut)?
#70
fzyzcjy
opened
3 years ago
0
Does it support NEON(arm) such that it can be used on Android and iOS? Does it need nightly?
#69
fzyzcjy
opened
3 years ago
0
Failed to build faster version = "0.5.2" with rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)
#68
FrontMage
opened
3 years ago
3
Update packed_simd and bump version
#67
Titaniumtown
closed
3 years ago
2
Not compiling on Windows 10 because packed_simd broke
#66
khang06
closed
3 years ago
2
Status of AVX 512 ?
#65
ManuelCostanzo
opened
4 years ago
3
Package still active?
#64
cvanelteren
closed
4 years ago
5
Format code using 'cargo fmt'
#63
Atul9
opened
4 years ago
0
Update crates.io
#62
Ploppz
closed
4 years ago
1
Add imports to readme example
#61
matklad
closed
5 years ago
1
0.5 can't build for lastest nightly Rust
#60
ZhangHanDong
closed
6 years ago
5
u64x8 iterator by zero-extending each byte in a [u8] slice
#59
alecmocatta
opened
6 years ago
0
Fix on latest nightly by switching from std::simd to packed_simd
#58
alecmocatta
closed
6 years ago
2
Bump version to avoid confusion.
#57
ralfbiedert
closed
6 years ago
1
I cannot compile this crate
#56
garro95
closed
6 years ago
7
Fix count_zeroes and optimized count_ones
#55
andersk
closed
6 years ago
0
Incorrect count_ones result with -C target-cpu=native
#54
andersk
closed
6 years ago
0
Faster and std::simd
#53
ralfbiedert
opened
6 years ago
5
Intrinsic benchmarks & Performance tracing
#52
ralfbiedert
closed
6 years ago
1
Surprising benchmark numbers
#51
ralfbiedert
opened
6 years ago
2
Collaboration tools (rustfmt, clippy)
#50
ralfbiedert
opened
6 years ago
1
Prepared internal structure for new architectures.
#49
ralfbiedert
closed
6 years ago
1
Performance inspector
#48
ralfbiedert
closed
6 years ago
3
Compiling `rust-2018-migration` for `aarch64` and `wasm`
#47
ralfbiedert
opened
6 years ago
9
No obvious way to xor byte stream with [u8; 4]
#46
Shnatsel
opened
6 years ago
14
Documentation link on crates.io is broken (404)
#45
Shnatsel
closed
6 years ago
1
faster floor/ceil/round in pre SSE 4.1 cases
#44
jackmott
opened
6 years ago
0
Correct way to benchmark faster
#43
jackmott
closed
6 years ago
3
Rust 2018 migration
#42
AdamNiederer
closed
6 years ago
0
"no-std" feature is not additive and should instead be "std"
#41
ExpHP
closed
6 years ago
0
mapping a zipped iterator to produce tuples
#40
ExpHP
opened
6 years ago
5
Documentation link not working
#39
RCasatta
opened
6 years ago
4
Can't build for nightly Rust
#38
vidov0
opened
6 years ago
12
how to accomplish `zip_mut_with` in faster?
#37
jonathanstrong
opened
6 years ago
2
Allow collecting the striding iterators into any collection
#36
vorner
closed
6 years ago
1
Arbitrary collect support
#35
vorner
opened
6 years ago
1
Make the striding iterator clonable
#34
vorner
closed
6 years ago
1
Support for Rayon integration
#33
rohitjoshi
opened
6 years ago
6
No way to process N elements at a time
#32
pedrocr
opened
6 years ago
0
Redesign with a better design
#31
bill-myers
opened
6 years ago
2
Don't use types as traits in macros
#30
petrochenkov
closed
6 years ago
1
Simd reduce
#29
Osveron
closed
6 years ago
1
API
#28
Osveron
opened
6 years ago
2
Support for Complex Numbers
#27
razorheadfx
closed
6 years ago
2
PMOVMSKB operation equivalent
#26
deepinthebuild
opened
6 years ago
2
Fixes
#25
Osveron
closed
6 years ago
1
Specialize Sum for f32x4, f64x2, f32x8 and f64x4
#24
Osveron
closed
6 years ago
1
Next