mirror of
https://github.com/acidanthera/audk.git
synced 2025-11-02 20:44:39 +01: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>