simd-blit 1.0.1

Alpha Compositing & SSAA, optionally using SIMD
Documentation
  • Coverage
  • 44.44%
    8 out of 18 items documented0 out of 7 items with examples
  • Size
  • Source code size: 12.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.44 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • NathanRoyer/simd-blit
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NathanRoyer

Alpha Compositing & SSAA, optionally using SIMD

If you want this crate to use SIMD, activate the simd feature; You will need a nightly toolchain for this to work, however.

If the feature is disabled, a sequential implementation is also provided.