compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

Possible BC6H decode typo

Open kristiker opened this issue 1 year ago • 2 comments

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

kristiker avatar Mar 23 '25 15:03 kristiker

Example fix for this is over in: https://github.com/Yellow-Dog-Man/compressonator/commit/534d517e116486abb24a2c6db930f589138f4313

ProbablePrime avatar Jun 13 '25 04:06 ProbablePrime

Actually this is a duplicate of: https://github.com/GPUOpen-Tools/compressonator/issues/172

ProbablePrime avatar Jun 13 '25 04:06 ProbablePrime