Build: Added SSE2 support in memory intrinsics for better performance

This commit is contained in:
vit9696 2020-02-16 08:12:06 +03:00
parent a75d232b74
commit 8092aa321f
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ OpenCore Changelog
- Fixed picker timeout and log timestamps for VMware
- Fixed NULL parent DeviceHandle for launched tools
- Added bundled HiiDatabase driver for very old firmwares
- Added SSE2 support in memory intrinsics for better performance
#### v0.5.5
- Fixed CPU bus ratio calculation for Nehalem and Westmere

View File

@ -25,7 +25,7 @@
[LibraryClasses]
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
BaseRngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
DebugLib|OcSupportPkg/Library/OcDebugLogLib/OcDebugLogLib.inf