boschmitt / tweedledum

C++17 Library for analysis, compilation/synthesis, and optimization of quantum circuits
MIT License
97 stars 35 forks source link

Fix s390x build #149

Closed boschmitt closed 3 years ago

boschmitt commented 3 years ago

Description

This PR allows building tweedledum on s390x

codecov-commenter commented 3 years ago

Codecov Report

Merging #149 (e281bed) into master (d90cad5) will decrease coverage by 28.60%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #149       +/-   ##
===========================================
- Coverage   73.47%   44.86%   -28.61%     
===========================================
  Files          98       45       -53     
  Lines        5183     1197     -3986     
===========================================
- Hits         3808      537     -3271     
+ Misses       1375      660      -715     
Impacted Files Coverage Δ
include/tweedledum/Target/Mapping.h 0.00% <0.00%> (-100.00%) :arrow_down:
include/tweedledum/Operators/Standard/H.h 0.00% <0.00%> (-100.00%) :arrow_down:
include/tweedledum/Operators/Standard/X.h 0.00% <0.00%> (-100.00%) :arrow_down:
include/tweedledum/Operators/Standard/Y.h 0.00% <0.00%> (-100.00%) :arrow_down:
include/tweedledum/Operators/Standard/Swap.h 0.00% <0.00%> (-100.00%) :arrow_down:
include/tweedledum/Operators/Extension/Parity.h 0.00% <0.00%> (-100.00%) :arrow_down:
...lude/tweedledum/Passes/Utility/shallow_duplicate.h 0.00% <0.00%> (-100.00%) :arrow_down:
include/tweedledum/IR/Qubit.h 7.69% <0.00%> (-92.31%) :arrow_down:
include/tweedledum/Operators/Extension/Unitary.h 0.00% <0.00%> (-90.08%) :arrow_down:
include/tweedledum/Operators/Standard/Rx.h 0.00% <0.00%> (-86.67%) :arrow_down:
... and 90 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c5d3b05...e281bed. Read the comment docs.