seqan / seqan3

The modern C++ library for sequence analysis. Contains version 3 of the library and API docs.
https://www.seqan.de
Other
406 stars 81 forks source link

Use explicit _MM_PERM_ENUM type for intrinsics. #3285

Closed rrahn closed 2 weeks ago

rrahn commented 3 weeks ago

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77633 for discussion.

rrahn commented 3 weeks ago

This issue was raised when adding SIMD CI to the pairwise aligner project here https://github.com/rrahn/pairwise_aligner/pull/29

seqan-actions commented 3 weeks ago

Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3285

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.13%. Comparing base (4f2da0c) to head (a85f336). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3285 +/- ## ======================================= Coverage 98.13% 98.13% ======================================= Files 271 271 Lines 11951 11951 Branches 104 104 ======================================= Hits 11728 11728 Misses 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.