Closed elshize closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
aa8900b
) 93.28% compared to head (e4963e9
) 93.28%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When compiling in the c++20 mode, use the standard [[likely]] and [[unlikely]] instead of GNU built-ins. It enables these directives on other platforms.
All uses of our macros had to be edited to remove the outer parentheses.
Implements: https://github.com/pisa-engine/pisa/issues/570