Reimar Döffinger
Reimar Döffinger
In drivers/video/sunxi/disp/de_fe.c, DE_SCAL_Set_CSC_Coef_Enhance line 1385 there is this nonsense block of code: bright = bright \* 64 / 100; bright = saturation \* 64 / 100; bright = contrast \*...
# Crash report ### What happened? Compiling and linking below program results in a crash when run on aarch64 (macOS, Debian VM or Ubuntu 22 VM in Azure for example):...
Avoids a massive performance loss due to use of emulated 128 bit types. Fixes issue #1211. Note: to avoid breaking lots of tests on these platforms, this should be merged...
Makes it easier to change its default to false in the future. The remaining failing tests are test_nc_chi_squared test_bessel_j_prime and test_bessel_y_prime. They probably have incorrect logic for the double ==...
The proposed solutions all are based on explicitly smoothing out the derivatives. However I would suggest a different interpretation of the issue: the function to calculate the coordinates is discontinuous,...