Crate ppv_lite86

source ·

Re-exports

Modules

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