You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Add MinimumCpuArchitectureX64 enum, valid values are None, AVX, AVX2, & AVX512. Default value is None * Obsolete boolean bUseAVX in favor of MinCpuArchX64 * Add MinCpuArchX64 setting to TargetRules * Add Optional MinCpuArchX64 to ModuleRules, will override any target setting if not null * Only pass this /arch for x64 platforms * Can be controlled on the command line with -MinCpuArchX64= #jira UE-181851 #rb Bryan.Sefcik #preflight 6425fc7f91589478cdc7867c [CL 24861220 by Joe Kirchoff in ue5-main branch]