diff --git a/docs/ispc.rst b/docs/ispc.rst index 224faaa9..eac9b24e 100644 --- a/docs/ispc.rst +++ b/docs/ispc.rst @@ -270,8 +270,8 @@ new reserved words: ``unmasked``, ``foreach_unique``, ``foreach_active``, and ``in``. Any program that happens to have a variable or function with one of these names must be modified to rename that symbol. -Updating ISPC Programs For Changes In ISPC 1.4.5 ----------------------------------------------- +Updating ISPC Programs For Changes In ISPC 1.5.0 +------------------------------------------------ This release adds support for double precision floating point constants. Double precision floating point constants are floating point number with diff --git a/docs/template-news.txt b/docs/template-news.txt index 9a41fbdb..d5eebdd1 100644 --- a/docs/template-news.txt +++ b/docs/template-news.txt @@ -57,7 +57,7 @@ %(body)s
- diff --git a/docs/template-perf.txt b/docs/template-perf.txt index 4932e332..9537a836 100644 --- a/docs/template-perf.txt +++ b/docs/template-perf.txt @@ -57,7 +57,7 @@ %(body)s - diff --git a/docs/template.txt b/docs/template.txt index 8cb4f5ab..b9041f19 100644 --- a/docs/template.txt +++ b/docs/template.txt @@ -57,7 +57,7 @@ %(body)s -