pub const LLVMAtomicRMWBinOp_LLVMAtomicRMWBinOpUMax: LLVMAtomicRMWBinOp = 9;Expand description
< Sets the value if it’s greater than the original using an unsigned comparison and return the old one
pub const LLVMAtomicRMWBinOp_LLVMAtomicRMWBinOpUMax: LLVMAtomicRMWBinOp = 9;< Sets the value if it’s greater than the original using an unsigned comparison and return the old one