Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ rotr64_c
Function
rotr64_c
include/daScript/misc/platform.h:234–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
__forceinline uint64_t rotr64_c(uint64_t a, uint64_t b) {
235
return _rotr64(a, int(b));
236
}
237
238
#else
239
Callers
1
hashmix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected