From 790dba25580c89ec17f9510ef87f953f2fce3b83 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Fri, 7 Oct 2011 09:57:46 -0700 Subject: [PATCH] Doxygen bump and release notes for v1.0.11 --- docs/ReleaseNotes.txt | 17 +++++++++++++++++ doxygen.cfg | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.txt b/docs/ReleaseNotes.txt index c40420dc..492d7428 100644 --- a/docs/ReleaseNotes.txt +++ b/docs/ReleaseNotes.txt @@ -1,3 +1,20 @@ +=== v1.0.11 === (6 October 2011) + +The main new feature in this release is support for generating code for +multiple targets (e.g., SSE2, SSE4, and AVX) and having the compiled code +select the best variant at execution time. For more information, see +http://ispc.github.com/ispc.html#compiling-with-support-for-multiple-instruction-sets. + +All of the examples now take advantage of the support for multiple +compilation targets; thus, if one has an AVX system, it's not necessary to +recompile the examples to use the AVX target. + +Performance of the built-in task system that is used in the examples has +been improved. + +Finally, the print() statement now works on OSX; it had been broken for the +last few releases. + === v1.0.10 === (30 September 2011) This release features an extensive new example showing the application of diff --git a/doxygen.cfg b/doxygen.cfg index 9d920c79..3f88bc50 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = "Intel SPMD Program Compiler" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0.10 +PROJECT_NUMBER = 1.0.11 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.