aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBüşra Özdemir <92295780+busraozdmir@users.noreply.github.com>2024-07-18 00:19:38 +0300
committerGitHub <noreply@github.com>2024-07-17 14:19:38 -0700
commit7878085d2546af0eb7af72a1df00996d5d8c43fb (patch)
treee45df7f54298aaf3870f70ea031d8a8c500c9e97 /benchmarks
parent8cd31446a695882167571f0016e39f3f1110d989 (diff)
downloadriscv-tests-master.zip
riscv-tests-master.tar.gz
riscv-tests-master.tar.bz2
rsort.c description updated to Radix Sort instead of Quicksort (#572)HEADmaster
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/rsort/rsort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/rsort/rsort.c b/benchmarks/rsort/rsort.c
index 7ffc12a..c2788ca 100644
--- a/benchmarks/rsort/rsort.c
+++ b/benchmarks/rsort/rsort.c
@@ -1,10 +1,10 @@
// See LICENSE for license details.
//**************************************************************************
-// Quicksort benchmark
+// Radix Sort benchmark
//--------------------------------------------------------------------------
//
-// This benchmark uses quicksort to sort an array of integers. The
+// This benchmark uses radix sort to sort an array of integers. The
// implementation is largely adapted from Numerical Recipes for C. The
// input data (and reference data) should be generated using the
// qsort_gendata.pl perl script and dumped to a file named