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.