Sort description.

This commit is contained in:
Tomasz Koziara
2013-09-16 18:02:07 +01:00
parent 97068765e8
commit 6e0b9ddc74

View File

@@ -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
======