Word8 package:base
8-bit unsigned integer type
Compare and swap on a 8 bit-sized and aligned memory location.
Use as: s -> atomicCasWordAddr8# location expected desired s
This version always returns the old value read. This follows the
normal protocol for CAS operations (and matches the underlying
instruction on most architectures).
Implies a full memory barrier.
Warning: this can fail with an unchecked exception.
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.
Read an 8-bit unsigned integer from immutable array; offset in bytes.
Read a machine address from immutable array; offset in bytes.
Read an 8-bit character from immutable array; offset in bytes.
Read a double-precision floating-point value from immutable array;
offset in bytes.
Read a single-precision floating-point value from immutable array;
offset in bytes.
Read a word-sized integer from immutable array; offset in bytes.
Read a 16-bit signed integer from immutable array; offset in bytes.
Read a 32-bit signed integer from immutable array; offset in bytes.