Int8 package:ghc-internal
8-bit signed integer type
Broadcast a scalar to all elements of a vector.
Broadcast a scalar to all elements of a vector.
Broadcast a scalar to all elements of a vector.
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 an 8-bit signed integer from immutable array; offset in bytes.
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.
Read an 8-bit signed integer from immutable address; offset in bytes.
Reads vector; offset in scalar elements.
Reads vector; offset in scalar elements.