CryptoPkg: add missing gcc instructions
Used when build IA32 CryptoPkg by gcc, the definition of the instructions can be found at: https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html Signed-off-by: Yi Li <yi1.li@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Brian J. Johnson <brian.johnson@hpe.com> Tested-by: Kenneth Lautner <klautner@microsoft.com>
This commit is contained in:
@@ -43,7 +43,10 @@
|
||||
|
||||
Ia32/MathLShiftS64.nasm | GCC
|
||||
Ia32/MathRShiftU64.nasm | GCC
|
||||
|
||||
Ia32/MathDivModU64x64.c | GCC
|
||||
Ia32/MathDivS64x64.c | GCC
|
||||
Ia32/MathDivU64x64.c | GCC
|
||||
Ia32/MathModU64x64.c | GCC
|
||||
[Sources.X64]
|
||||
CopyMem.c
|
||||
[Sources.RISCV64]
|
||||
|
Reference in New Issue
Block a user