Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ ToVector
Function
ToVector
FEXCore/Source/Common/SoftFloat.h:512–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
}
511
512
FEXCore::VectorRegType ToVector() const {
513
FEXCore::VectorRegType Ret {};
514
memcpy(&Ret, this, sizeof(*this));
515
return Ret;
516
}
517
518
BIGFLOAT ToFMax(softfloat_state* state) const {
519
#if BIGFLOATSIZE == 16
Callers
1
SoftFloat.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected