Commit 1c75d4b
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]>1 parent f38320a commit 1c75d4b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments