JuliaRandom / Random123.jl

Julia implementation of Random123.
http://juliarandom.github.io/RandomNumbers.jl/stable/man/random123/
Other
18 stars 5 forks source link

Add Arm AArch32 support #23

Closed pthariensflame closed 7 months ago

pthariensflame commented 8 months ago

Builds on the new AArch64 support, since they're extremely similar.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 0% with 48 lines in your changes are missing coverage. Please review.

Project coverage is 79.26%. Comparing base (35cdee3) to head (e567d20).

Files Patch % Lines
src/arm/aesni_common.jl 0.00% 48 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #23 +/- ## ========================================== + Coverage 76.74% 79.26% +2.52% ========================================== Files 10 10 Lines 1131 1095 -36 ========================================== Hits 868 868 + Misses 263 227 -36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pthariensflame commented 7 months ago

@sunoru Any news?