- Fix misnamed
Bits::{slice_as_simd,slice_as_simd_mut}
. - Provide instead of require
{Real,Bits}::{as_simd,as_simd_mut}
.
- Add
{Real,SimdReal,Bits,SimdBits}::{as_simd,as_simd_mut}
. - Update KaTeX.
- Fix KaTeX.
- Synchronize with nightly Rust.
- Update KaTeX.
- Fix build by removing broken
const
-related features. - Adhere to pedantic lints using
Self
where possible. - Update KaTeX.
- Fix build by avoiding broken
const_option_ext
feature.
- Fix build by removing
Octal
/LowerExp + UpperExp + Display
bound. - Fix build by using explicit
FromStr<Err = ParseFloatError>
bound. - Update KaTeX.
- Improve
FromStr<Err>
bound. - Add
R::NATIVE_LANE_COUNT
featured by cratetarget-features
.
- Add
Send + Sync
andFromStr<Err: Debug>
bounds. - Update KaTeX.
- Synchronize with nightly Rust (by marking traits with
const_trait
).
- Extend CI workflow.
- Update KaTeX.
- Rename prefix
lanes_
tosimd_
. - Synchronize with nightly Rust.
- Update KaTeX.
- Rename prefix
horizontal_
toreduce_
. - Synchronize with nightly Rust.
- Fix example.
- Add
std::simd::StdFloat
methods. - Add SIMD trait/type conversations.
- Add
FromUnchecked
andIntoUnchecked
traits. - Rename
WrapFrom
andWrapInto
traits toPeelFrom
andPeelInto
traits. - Add
WrapFromUnchecked
andWrapIntoUnchecked
traits.
- Add
ApproxEq
trait. - Add
WrapFrom
andWrapInto
traits. - Add
Assert
structure andTrue
trait. - Add
Select
trait. - Adhere to pedantic lints.
- Add trait bounds and their reference versions.
- Remove SIMD trait bounds with scalar RHS.
- Use
must_use
andinline
attributes. - Fix docs.
- Add
SimdReal::mask_flag()
andSimdMask::flag()
. - Swap arguments of
SimdReal::insert()
. - Fix links and shorten description.
- Rephrase description.
- Fix
SimdReal::lanes_approx_ne()
. - Fix links and badge.
- Include KaTeX.
- Initial release.