Update release notes, doxygen version number
This commit is contained in:
@@ -9,6 +9,9 @@ arguments and another target isn't explicitly specified.
|
|||||||
The standard library now provides broadcast(), rotate(), and shuffle()
|
The standard library now provides broadcast(), rotate(), and shuffle()
|
||||||
routines for efficient communication between program instances.
|
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)
|
=== v1.0.1 === (24 June 2011)
|
||||||
|
|
||||||
ispc no longer requires that pointers to memory that are passed in to ispc
|
ispc no longer requires that pointers to memory that are passed in to ispc
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ PROJECT_NAME = "Intel SPMD Program Compiler"
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# 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)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|||||||
Reference in New Issue
Block a user