--- layout: stdlib-reference --- # InterlockedAddF16Emulated ## Description ## Signature
void InterlockedAddF16Emulated(
    Ptr<half, Access.ReadWrite, AddressSpace.Device> dest,
    half value,
    out half originalValue);

## Parameters #### dest : [Ptr](../types/ptr-0/index.html)\ #### value : half #### originalValue : half ## Availability and Requirements Defined for the following targets: #### spirv Available in all stages.