From 32764e7639688e72c4a5b81ec9fc005a8e5bf58a Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Fri, 1 Jul 2011 05:12:57 +0100 Subject: [PATCH] Update release notes, doxygen version number --- docs/ReleaseNotes.txt | 3 +++ doxygen.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.txt b/docs/ReleaseNotes.txt index 4d0c3728..7f26e25e 100644 --- a/docs/ReleaseNotes.txt +++ b/docs/ReleaseNotes.txt @@ -9,6 +9,9 @@ arguments and another target isn't explicitly specified. The standard library now provides broadcast(), rotate(), and shuffle() routines for efficient communication between program instances. +The MSVC solution files to build the examples on Windows now use +/fpmath:fast when building. + === v1.0.1 === (24 June 2011) ispc no longer requires that pointers to memory that are passed in to ispc diff --git a/doxygen.cfg b/doxygen.cfg index 9f79b909..7044831a 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 +PROJECT_NUMBER = 1.0.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.