This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec2b914fdffec3be774b701b9f29ee367cdc5cdc
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
VectorVM
History
rob krajcarski
37c29f7116
Fix for stomp when optimizing a div + mad combo with the EVVM. We don't support the result of the div being the last operand of the mad, but we would end up allocating space for the registers, which would then be iterated over.
...
#rb Michael.Galetzka [CL 29975506 by rob krajcarski in ue5-main branch]
2023-11-28 18:55:14 -05:00
..
Private
Fix for stomp when optimizing a div + mad combo with the EVVM. We don't support the result of the div being the last operand of the mad, but we would end up allocating space for the registers, which would then be iterated over.
2023-11-28 18:55:14 -05:00
Public
Adding some more checks to investigate apparent crashes with the EVVM
2023-10-27 14:00:04 -04:00
VectorVM.Build.cs
…