Subtracts a value from the atomic integer with release semantics.
impl AtomicI16 { fn sub_release(&self, val: i16) -> i16 }
The value to be subtracted from the integer.
Returns the old value.