[edk2-devel] [PATCH v2 10/10] MdePkg/CompilerIntrinsicsLib: add new sources to CompilerIntrinsicsLib.inf

Gerd Hoffmann kraxel at redhat.com
Tue Apr 12 14:07:37 UTC 2022


Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 .../CompilerIntrinsicsLib.inf                 | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf b/MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
index 1604f1ee802f..448ec56b94e1 100644
--- a/MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+++ b/MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
@@ -96,6 +96,26 @@ [Sources.IA32]
   Ia32/MathLShiftS64.nasm   | GCC
   Ia32/MathRShiftU64.nasm   | GCC
 
+  Ia32/llmul.c              | MSFT    # __allmul
+  Ia32/llshr.c              | MSFT    # __allshr
+  Ia32/ulldiv.c             | MSFT    # __aulldiv
+  Ia32/ullrem.c             | MSFT    # __aullrem
+  Ia32/lldiv.c              | MSFT    # __alldiv
+  Ia32/llrem.c              | MSFT    # __allrem
+  Ia32/lldvrm.c             | MSFT    # __alldvrm
+  Ia32/ulldvrm.c            | MSFT    # __aulldvrm
+
+  Ia32/llmul.c              | INTEL
+  Ia32/llshr.c              | INTEL
+  Ia32/ulldiv.c             | INTEL
+  Ia32/ullrem.c             | INTEL
+  Ia32/lldiv.c              | INTEL
+  Ia32/llrem.c              | INTEL
+  Ia32/lldvrm.c             | INTEL
+  Ia32/ulldvrm.c            | INTEL
+
+  Ia32/Gcc.c                | GCC
+
 [Packages]
   MdePkg/MdePkg.dec
 
-- 
2.35.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#88783): https://edk2.groups.io/g/devel/message/88783
Mute This Topic: https://groups.io/mt/90418645/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list