From 6e0b9ddc74a4480e97d9b19c66e4ad8de5d5198a Mon Sep 17 00:00:00 2001 From: Tomasz Koziara Date: Mon, 16 Sep 2013 18:02:07 +0100 Subject: [PATCH] Sort description. --- examples/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README.txt b/examples/README.txt index 5b47df44..b67529c1 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -146,6 +146,11 @@ This is a simple "hello world" type program that shows a ~10 line application program calling out to a ~5 line ispc program to do a simple computation. +Sort +==== +This is a bucket sort of 32 bit unsigned integers. +By default 1000000 random elements get sorted. +Call ./sort N in order to sort N elements instead. Volume ======