Crate ppv_lite86

source ·

Re-exports

Modules

  • soft 🔒
    Implement 256- and 512- bit in terms of 128-bit, for machines without native wide SIMD.
  • types 🔒

Macros

  • Generate the full set of optimized implementations to take advantage of the most important hardware feature sets.
  • Generate only the basic implementations necessary to be able to operate efficiently on 128-bit vectors on this platfrom. For x86-64, that would mean SSE2 and AVX.
  • Generate only the basic implementations necessary to be able to operate efficiently on 256-bit vectors on this platfrom. For x86-64, that would mean SSE2, AVX, and AVX2.

Traits