Skip to content
Snippets Groups Projects
Commit 58f9d475 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More scaling cleanup... no undefined behaviour

Remove undefined behaviour (right-shifting a negative integer) from
the scaler... replace with divide-by-2.  Any modern compiler should
be able to optimize that.

On the enabling the compiler front, const-ify more variables and
use types that allow removing some casts.

I have a bit more hope this will fix the macOS issue than the previous
efforts.
parent 80b9fccc
No related branches found
No related tags found
No related merge requests found
Pipeline #7047 failed
Status
Pipeline
Created by
Stages
Actions
Failed

01:21:01

avatar
Download artifacts

No artifacts found