Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from cryptocorrosion:master #2

Open
wants to merge 96 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 22, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

grafi-tt and others added 5 commits January 22, 2020 19:23
Without this change the pivot-around-b tweak would cause a performance
regression on pre-AVX2 Intel archs. With this adjustment, the new
diagonalization is faster across the board.
New benchmark tests performance when user requests data a little bit at
a time so we never get a chance to use the wide impl.
@pull pull bot added the ⤵️ pull label Jan 22, 2020
Provide stream_eq to compare streams, irrespective of their current
position.
For the machine-specific tests in ppv-lite86, use compile-time feature
detection to #[ignore] unavailable tests. Must compile with
RUSTFLAGS="-C target-cpu=native" to run all supported low-level tests
(added to Travis config).
`simd` does not make a useful feature, because there is no way for a
user to be dependent on it being enabled (I don't expose any SIMD-only
interfaces). Rather, `no_simd` is a feature, because some users can't
compile SIMD intrinsics for various reasons. Fixes #25.

This has the additional benefit of eliminating a default-feature, a
facility I have found to be a Cargo misfeature.
(And disable 64-bit blake tests until fixed)
Not sure how long build has been broken on 1.31.1, Travis was off.
@pull pull bot added the merge-conflict Resolve conflicts manually label May 17, 2020
kazcw and others added 19 commits December 30, 2021 10:23
Use generic implementation on x86-without-simd
Some code relied on the layout of types with no `#[repr(...)]`
attribute, which is unsound since the layout of these types is
not guaranteed by rustc. This change adds the appropriate `repr`
attributes and replaces unsafe code with safe code where possible.
Configure github workflow to run tests
Fix some unsoundness and remove some unsafe
Use zerocopies derive feature rather than depending on zerocopy_derive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants