tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

ArmPkg/CompilerIntrinsicsLib: provide __ashlti3 #5777

Closed jbrasen closed 2 months ago

jbrasen commented 2 months ago

Description

The compiler will use this function if it is left shifting a 128 bit value. Seen when updating OpenSSL to v3.0.12.

How This Was Tested

Saw compile error when pulling in v3.0.12 and resolved with including this

Integration Instructions

N/A