mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Remove union splat
This commit is contained in:
parent
f44295e8ea
commit
dfd7a13066
1 changed files with 4 additions and 2 deletions
|
@ -1966,8 +1966,10 @@ BfType* BfTypeInstance::GetUnionInnerType(bool* wantSplat)
|
|||
// Don't allow a float for the inner type -- to avoid invalid loading invalid FP bit patterns during copies
|
||||
if ((unionInnerType != NULL) && (!makeRaw))
|
||||
{
|
||||
if (wantSplat != NULL)
|
||||
*wantSplat = true;
|
||||
//TODO: How did splats make sense? It breaks CompactList
|
||||
|
||||
//if (wantSplat != NULL)
|
||||
// *wantSplat = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue