You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
b693d9776e
The previoius IPP library updates used UpdateSHA256V8 as default for SHA256. It works on real platform. However, QEMU's default CPU config does not support SSE3 instructions and will generate exception. This patch added the UpdateSHA256Compact as default SHA256 function if no advanced optimization flags are set. The same is applied for SHA512 functions too. Signed-off-by: Maurice Ma <maurice.ma@intel.com>