You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Calling any atomic function of the uint type seems to result in optimizations to pick the corresponding atomic function of the int type, subsequently forcing a cast on its parameters. However the first parameter is declared as out and does thus not allow to be cast there (since that results in a non-lvalue). As an example you can see
Calling any
atomic
function of theuint
type seems to result in optimizations to pick the correspondingatomic
function of theint
type, subsequently forcing a cast on its parameters. However the first parameter is declared asout
and does thus not allow to be cast there (since that results in a non-lvalue). As an example you can seewhich has the corresponding output from LunarGOO.exe
The text was updated successfully, but these errors were encountered: