mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Added SSE2 support in memory intrinsics for better performance
This commit is contained in:
parent
a75d232b74
commit
8092aa321f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user