From 50345012c947165bd5fd018cb28826e904a2fa70 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Fri, 29 May 2015 21:31:04 +0300 Subject: [PATCH] News update --- docs/news.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 06286cb7..ce90bdb4 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -2,6 +2,17 @@ ispc News ========= +ispc 1.8.2 is Released +---------------------- + +An update of ``ispc`` with several important stability fixes and an experimental +AVX512 support has been released. Binaries are based on LLVM 3.6.1. Binaries with +native AVX512 support are based on LLVM 3.7 (r238198). + +For more details, please check `Release Notes`_. + +.. _Release Notes: https://github.com/ispc/ispc/blob/master/docs/ReleaseNotes.txt + ispc 1.8.1 is Released ----------------------