Module miri::shims::x86::avx

source ·

Traits§

Functions§

  • mask_load 🔒
    Conditionally loads from ptr according the high bit of each element of mask. ptr does not need to be aligned.
  • mask_store 🔒
    Conditionally stores into ptr according the high bit of each element of mask. ptr does not need to be aligned.