MdePkg BaseMemoryLibSse2: Add SSE2 implementation of API IsZeroBuffer()
Add the implementation of API IsZeroBuffer() via assembly in BaseMemoryLibSse2. The assembly codes use SSE2 XMM registers and related instructions. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# Base Memory Library that uses SSE2 registers for high performance.
|
||||
#
|
||||
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 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
|
||||
@@ -42,6 +42,7 @@
|
||||
SetMem16Wrapper.c
|
||||
SetMemWrapper.c
|
||||
CopyMemWrapper.c
|
||||
IsZeroBufferWrapper.c
|
||||
MemLibGuid.c
|
||||
|
||||
[Sources.Ia32]
|
||||
@@ -89,6 +90,7 @@
|
||||
Ia32/SetMem.asm
|
||||
Ia32/CopyMem.nasm
|
||||
Ia32/CopyMem.asm
|
||||
Ia32/IsZeroBuffer.nasm
|
||||
|
||||
[Sources.X64]
|
||||
X64/ScanMem64.nasm
|
||||
@@ -135,6 +137,7 @@
|
||||
X64/SetMem.S
|
||||
X64/CopyMem.nasm
|
||||
X64/CopyMem.S
|
||||
X64/IsZeroBuffer.nasm
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
Reference in New Issue
Block a user