[DiscordArchive] Does anybody know what this operator does in c++?
[DiscordArchive] Does anybody know what this operator does in c++?
Archived author: Skarn • Posted: 2019-05-15T17:06:37.341000+00:00
Original source
what does that even do?
Archived author: Skarn • Posted: 2019-05-15T17:06:50.068000+00:00
Original source
is it assembly straight in the source code?
Archived author: schlumpf • Posted: 2019-05-15T17:06:54.903000+00:00
Original source
yes
Archived author: Skarn • Posted: 2019-05-15T17:07:05.879000+00:00
Original source
<@515578884822007808> do you have an idea how to fix this problem?
Archived author: Skarn • Posted: 2019-05-15T17:07:11.990000+00:00
Original source
It from PNG2BLP that you wrote
Archived author: Skarn • Posted: 2019-05-15T17:07:17.468000+00:00
Original source
I am having issues making it work on windows
Archived author: schlumpf • Posted: 2019-05-15T17:07:56.831000+00:00
Original source
you want to use `_bit_scan_reverse` on gcc and `_BitScanReverse` on msvc
Archived author: Skarn • Posted: 2019-05-15T17:08:50.678000+00:00
Original source
Is there a non-assembly way to do the same thing?
Archived author: schlumpf • Posted: 2019-05-15T17:08:58.664000+00:00
Original source
these two functions are
Archived author: Skarn • Posted: 2019-05-15T17:09:54.548000+00:00
Original source
but those are compiler specific too