issues
search
rust-lang
/
portable-simd
The testing ground for the future of portable SIMD in Rust
Apache License 2.0
903
stars
81
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Assume masks are correct
#393
calebzulawski
closed
9 months ago
1
Revert #385 and add some minor fixes
#392
calebzulawski
closed
9 months ago
0
use core::intrinsics::simd
#391
RalfJung
closed
9 months ago
0
Missing SIMD version of `round_ties_even`
#390
RalfJung
opened
9 months ago
1
fix feature flags
#389
RalfJung
closed
9 months ago
2
Bit operations on float
#388
TechPizzaDev
opened
9 months ago
8
MulAdd and MulAddAssign
#387
Pr0methean
opened
10 months ago
3
Use core::intrinsics
#386
calebzulawski
closed
10 months ago
0
Assume masks are correct
#385
workingjubilee
closed
9 months ago
1
UB for certain transmutes could be easier to detect
#384
workingjubilee
closed
9 months ago
0
Fix load/store safety comments to require aligned `T`
#383
programmerjake
closed
11 months ago
3
Simd::load implementation does not match documentation
#382
RalfJung
closed
11 months ago
0
Move intrinsic declarations to core and verify behavior
#381
calebzulawski
closed
10 months ago
1
Fix bitmask vector bit order
#380
calebzulawski
closed
9 months ago
8
from_bitmask_vector on big-endian calls simd_select_bitmask with the mask at the wrong end of the byte
#379
RalfJung
closed
9 months ago
1
fix simd_bitmask docs
#378
RalfJung
closed
11 months ago
0
Follow-up fixes for to_bitmask
#377
calebzulawski
closed
1 year ago
1
Find first set element in a mask
#376
calebzulawski
closed
1 year ago
0
Simplify bitmasks
#375
calebzulawski
closed
1 year ago
6
Add support for masked loads & stores
#374
farnoy
closed
8 months ago
14
API to specify max number of elements
#373
AdamWRichardson
opened
1 year ago
5
Ensure `load`s of vector types have `!noundef`
#372
scottmcm
opened
1 year ago
0
Rename "lane" to "element"
#371
calebzulawski
closed
1 year ago
0
Eliminate use of `#[cfg_attr(not(doc), repr(transparent))]`
#370
dtolnay
closed
1 year ago
1
Saturating casts for integers, like `_mm_packus_epi16` and `_mm_packs_epi16`
#369
okaneco
opened
1 year ago
5
Remove `generic_const_exprs`
#368
calebzulawski
closed
1 year ago
0
Simplify Swizzle trait
#367
calebzulawski
closed
1 year ago
1
Support for `_mm_maddubs_epi16` and `_mm_maddubs_epi16` and similar?
#366
samuelcolvin
opened
1 year ago
2
Add num, ptr, and cmp modules
#365
calebzulawski
closed
1 year ago
0
Critical issues before stabilization
#364
calebzulawski
opened
1 year ago
43
Commit Cargo.lock
#363
bjorn3
closed
1 year ago
2
Add various integer ops
#362
calebzulawski
closed
1 year ago
7
Add wrapping negation for unsigned integers
#361
calebzulawski
closed
1 year ago
0
Add scalar shifts
#360
calebzulawski
closed
1 year ago
2
Define portability
#359
calebzulawski
closed
1 year ago
0
How to `Simd::cast` now that it is removed
#358
ritchie46
closed
1 year ago
6
Fix subnormals
#357
calebzulawski
closed
1 year ago
0
Bounds check is not eliminated
#356
SeeSpring
opened
1 year ago
5
Fix imports in cast doctest
#355
workingjubilee
closed
1 year ago
0
Disable MIPS jobs in CI
#354
workingjubilee
closed
1 year ago
1
Sync upstream
#353
calebzulawski
closed
1 year ago
6
Looking for "blend" methods.
#352
RazrFalcon
closed
1 year ago
2
Not using WASM bitmask / all_true instructions
#351
stepantubanov
closed
1 year ago
4
Remove cast_ptr in favor of cast which acts like pointer::cast (and adjust integer casts)
#350
calebzulawski
closed
1 year ago
0
`cast_ptr` is willing to cast between mut and non-mut pointers
#349
RalfJung
closed
1 year ago
3
Fix build error on big endian arm/aarch64
#348
taiki-e
closed
1 year ago
5
Add `#[inline]` to functions which were missing it, and `#[track_caller]` to ones with runtime panics from user input
#347
thomcc
closed
1 year ago
7
Fix inaccurate safety comments
#346
Sp00ph
closed
1 year ago
0
Use the new `load`/`store` functions in `{from,to}_slice`
#345
Sp00ph
closed
1 year ago
0
Add a prelude
#344
calebzulawski
closed
1 year ago
3
Previous
Next