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
ca59cdae9d906a3d9f9fbf0baeba2fa6d462e30e
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
VectorVM
/
Private
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
..
Tests
…
VectorVM.cpp
Fixed usage of TRACE_CPUPROFILER_EVENT_SCOPE macros in various engine files.
2023-09-29 04:05:39 -04:00
VectorVMExperimental.cpp
More fixes for EVVM with compressed (fp16) channels. In particular this addresses issues with handling offsetting buffers when an InstanceOffset is in effect
2023-11-16 11:15:11 -05:00
VectorVMExperimentalOptimizer.cpp
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
VectorVMExperimentalSerialization.cpp
…
VectorVMPrivate.h
…