Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ operator%
Function
operator%
Source/ThirdParty/basis_universal/encoder/cppspmd_sse.h:1747–1750 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1745
}
1746
1747
CPPSPMD_FORCE_INLINE vint operator% (const vint& a, const vint& b)
1748
{
1749
return mod_epi32(a, b);
1750
}
1751
1752
CPPSPMD_FORCE_INLINE vint operator% (const vint& a, int b)
1753
{
Callers
nothing calls this directly
Calls
2
mod_epi32
Function · 0.85
vint
Class · 0.85
Tested by
no test coverage detected