SInt8 -package:sbv

Given an array, an offset in bytes, the expected old value, and the new value, perform an atomic compare and swap i.e. write the new value if the current value matches the provided old value. Returns the value of the element before the operation. Implies a full memory barrier. Warning: this can fail with an unchecked exception.
Read a vector from specified index of immutable array of scalars; offset is in scalar elements.
Read a vector from specified index of immutable array of scalars; offset is in scalar elements.
Read a vector from specified index of immutable array of scalars; offset is in scalar elements.
Reads vector; offset in scalar elements.
Reads vector; offset in scalar elements.
Reads vector; offset in scalar elements.
Subtract two vectors element-wise.
Subtract two vectors element-wise.
Subtract two vectors element-wise.
Add two vectors element-wise.
Add two vectors element-wise.
Add two vectors element-wise.
Read a vector from specified index of mutable array of scalars; offset is in scalar elements. Warning: this can fail with an unchecked exception.
Read a vector from specified index of mutable array of scalars; offset is in scalar elements. Warning: this can fail with an unchecked exception.
Read a vector from specified index of mutable array of scalars; offset is in scalar elements. Warning: this can fail with an unchecked exception.
Reads vector; offset in scalar elements. Warning: this can fail with an unchecked exception.
Reads vector; offset in scalar elements. Warning: this can fail with an unchecked exception.
Reads vector; offset in scalar elements. Warning: this can fail with an unchecked exception.
Multiply two vectors element-wise.