diff options
Diffstat (limited to 'CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf')
-rw-r--r-- | CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf index de61dc40ea..cd09f53e26 100644 --- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf +++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf @@ -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
|