Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ nop
Function
nop
modules/core/task/src/task2.cpp:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#endif
15
16
inline void nop() {
17
#if defined(_WIN32)
18
__nop();
19
#else
20
__asm__ __volatile__(
"nop"
);
21
#endif
22
}
23
24
// https://en.wikipedia.org/wiki/Xorshift
25
class FastRnd {
Callers
1
spinForWork
Method · 0.85
Calls
1
__nop
Function · 0.85
Tested by
no test coverage detected