mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-24 02:58:10 +02:00
Instead of using bit shift operations, it is preferable to use BaseLib bit shift functions to prevent compilers from inserting intrinsics. Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>