There is a semicolon `;` instead of bitwise OR operator `|`. This was spotted by AI. https://github.com/GPUOpen-Tools/compressonator/blob/f4b53d79ec5abbb50924f58aebb7bf2793200b94/cmp_compressonatorlib/bc6h/bc6h_decode.cpp#L451-L452
There is a semicolon
;instead of bitwise OR operator|. This was spotted by AI.compressonator/cmp_compressonatorlib/bc6h/bc6h_decode.cpp
Lines 451 to 452 in f4b53d7