Skip to content

testsuite: Fix AtomicPrimops test on big endian

Peter Trommler requested to merge wip/fix-atomic-priops-test-big-endian into master

In CAS tests read and write integers that are smaller than wordsize with their actual size and not with wordsize.

Merge request reports