CryptoPkg IntrinsicLib: Add the missing nasm source file

Add two name files IntrinsicLib Ia32 MathLShiftS64.nasm and MathRShiftU64.nasm

Cc: Qin Long <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
This commit is contained in:
Liming Gao
2016-08-10 20:22:58 +08:00
parent 298f836123
commit cbe09e3121
3 changed files with 100 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
## @file
# Intrinsic Routines Wrapper Library Instance.
#
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -41,6 +41,8 @@
Ia32/MathLShiftS64.S | GCC
Ia32/MathRShiftU64.S | GCC
Ia32/MathLShiftS64.nasm | GCC
Ia32/MathRShiftU64.nasm | GCC
[Sources.X64]
CopyMem.c