It seems like your latest kernel and mine have problems if BFI_INT gets forced of via (BFI_INT=false) ... it seems the results are invalid every time.
Any idea Phateus?
Perhaps #define Ch(x, y, z) bitselect(x, y, z) is not right?
Edit and solved, non BFI_INT Ch has to be:
#define Ch(x, y, z) bitselect(z, y, x)
If you want to thank someone, you can donate to 1LY4hGSY6rRuL7BQ8cjUhP2JFHFrPp5JVe (Vince -> who did a GREAT job during my kernel development)!
Dia