Variable Shift in FILT

  • QnpfvTPz
    21st Aug 2020 Member 0 Permalink

    How does it work?

  • INFINITY-BOI
    21st Aug 2020 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited once by INFINITY-BOI. Last: 21st Aug 2020
  • QnpfvTPz
    21st Aug 2020 Member 0 Permalink

    @INFINITY-BOI (View Post)

     What happens when things like 29 or 127 become ctype?

  • INFINITY-BOI
    21st Aug 2020 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited 2 times by INFINITY-BOI. Last: 21st Aug 2020
  • QnpfvTPz
    21st Aug 2020 Member 0 Permalink

    @INFINITY-BOI (View Post)

     Ctype of FILT

  • INFINITY-BOI
    21st Aug 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • LBPHacker
    21st Aug 2020 Developer 0 Permalink
    This conversation is derailing so I'll just wrap it up for you two. Variable red and blue shift (modes 10 and 11, respectively) both shift by the amount of consecutive zeros counted from the least significant bit. This means that integer powers of 2, aka 1 << k, will shift by k bits, and integers that aren't integer powers of 2 shift by the same amount as the smallest integer power of 2 greater than or equal to them.