Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Oct 22, 2018
  3. Oct 20, 2018
    • Josh Holmer's avatar
      Remove C dependency from transform.rs · 2f9ef167
      Josh Holmer authored and Luca Barbato's avatar Luca Barbato committed
      - Rewrite fwd transform functions from C to Rust
      - Rewrite 32x32 inv transform functions from C to Rust
      - Refactor transform.rs into smaller modules
      
      This commit temporarily removes the calls into the
      SIMD optimized functions. These will be rewritten
      into Rust and readded in an upcoming PR.
      2f9ef167
  4. Oct 19, 2018
  5. Oct 18, 2018
  6. Oct 17, 2018
    • Luca Barbato's avatar
      Unbreak non-x86_64 · 37d010b2
      Luca Barbato authored
      The rust compiler DCE works in a different way so conditionals on `cfg!`
      should not be used if the code in the branches may not compile.
      
      While at it move the `use` statements where they are needed to avoid
      warnings.
      
      Fix #657
      37d010b2
    • Raphaël Zumer's avatar
      Update README.md · 253691a0
      Raphaël Zumer authored
      Document NASM dependency.
      253691a0
  7. Oct 16, 2018
  8. Oct 11, 2018
  9. Oct 10, 2018
  10. Oct 09, 2018
  11. Oct 08, 2018
  12. Oct 01, 2018
  13. Sep 29, 2018
  14. Sep 28, 2018
  15. Sep 27, 2018
Loading