Skip to content

Use bitand instead of iand in pes_mask_out

Sebastian Ohlmann requested to merge use_bitand into develop

Description

This is necessary to support mixed integer comparisons, which otherwise are not supported by GCC9 anymore - they are also not part of the standard.

This was fixed already in MRs !215 (merged) and !217 (merged), but then reintroduced only in this file in MR !682 (merged).

Checklist

Merge request reports