opt/spec_constants: fix bit pattern width checks. (#4588)
* test: add a test to show 8/16-bit * opt/spec_constants: fix bit pattern width checks. The input bit patterns are always at least 32-bits, so let the test pass for 8/16-bit values as well. This shouldn't have any effect on the 64-bit patterns I assume this was introduced for.
Please register or sign in to comment