summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/BaseLib.inf
diff options
context:
space:
mode:
authorIanX Kuo <ianx.kuo@intel.com>2021-10-12 08:05:31 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-13 02:37:37 +0000
commit4225a464c6daff979330c20387ade21fff85690e (patch)
tree75eab73bced9a4e76748ffe3c3238e06aa4c767b /MdePkg/Library/BaseLib/BaseLib.inf
parentf22feb0e3b3f08b95201b258b104c45a2acef71f (diff)
downloadedk2-4225a464c6daff979330c20387ade21fff85690e.tar.gz
edk2-4225a464c6daff979330c20387ade21fff85690e.tar.bz2
edk2-4225a464c6daff979330c20387ade21fff85690e.zip
MdePkg/BaseLib: Add QuickSort function on BaseLib
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3675 Add QuickSort function into BaseLib Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: IanX Kuo <ianx.kuo@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.inf')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf
index 6efa5315b6..cebda3b210 100644
--- a/MdePkg/Library/BaseLib/BaseLib.inf
+++ b/MdePkg/Library/BaseLib/BaseLib.inf
@@ -32,6 +32,7 @@
SwapBytes16.c
LongJump.c
SetJump.c
+ QuickSort.c
RShiftU64.c
RRotU64.c
RRotU32.c