All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.machine.llvm.op.OrderingConstraint Maven / Gradle / Ivy

package org.qbicc.machine.llvm.op;

/**
 *
 */
public enum OrderingConstraint {
    unordered,
    monotonic,
    acquire,
    release,
    acq_rel,
    seq_cst,
    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy