Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 185e424602002e30c1d6c1ad21892d1af0c162a8
      
https://github.com/tianocore/edk2/commit/185e424602002e30c1d6c1ad21892d1af0c162a8
  Author: Michael D Kinney <[email protected]>
  Date:   2026-01-06 (Tue, 06 Jan 2026)

  Changed paths:
    R CryptoPkg/Library/IntrinsicLib/Ia32/MathLldiv.asm
    A CryptoPkg/Library/IntrinsicLib/Ia32/MathLldiv.nasm
    R CryptoPkg/Library/IntrinsicLib/Ia32/MathUllrem.asm
    A CryptoPkg/Library/IntrinsicLib/Ia32/MathUllrem.nasm
    M CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf

  Log Message:
  -----------
  CryptoPkg/Library/IntrinsicLib: IA32 CLANGPDB missing functions

Intrinsic functions __aullrem and __alldiv are missing in
CLANGPDB IA32 builds due to these functions only being
implemented in ASM, and CLANGPDB builds require NASM.

* Convert MathLldiv.asm to MathLldiv.nasm
* Convert MathUllrem.asm to MathUllrem.nasm
* Update IntrinsicLib.inf to use NASM for MSFT and CLANGPDB

These missing functions were found with CLANGPDB IA32
build of the EmulatorPkg with -D SECURE_BOOT_ENABLE. Can
also be seen with CLANGPDB IA32 build of OpensslLib under
Windows and Linux by reviewing the external functions
in .lib.

Resolves a similar issue with __aulldiv addressed by
https://github.com/tianocore/edk2/pull/11266

Signed-off-by: Michael D Kinney <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to