Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/psm3: fix logical atomic function calls
psm3 advertises support for logical ops (lor, land, lxor) with all datatypes but the functions are only defined for integer types. When the atomic op is called with a non-integer type, it drops down to the default case and returns an error (FI_ENOTSUPP) Signed-off-by: Alexia Ingerson <[email protected]>
- Loading branch information