Module miri::shims::x86

source ·

Modules

Enums

Traits

Functions

  • Performs which scalar operation on left and right and returns the result.
  • Performs which operation on each component of left and right, storing the result is stored in dest.
  • Performs which operation on the first component of left and right and copies the other components from left. The result is stored in dest.
  • Horizontaly performs which operation on adjacent values of left and right SIMD vectors and stores the result in dest.