From 976dfb61742357d68d942837f2b9e0002dcaacec Mon Sep 17 00:00:00 2001
From: Martin Reinecke <martin@mpa-garching.mpg.de>
Date: Fri, 11 Jan 2019 11:18:18 +0100
Subject: [PATCH] polishing

---
 libsharp/libsharp.dox | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libsharp/libsharp.dox b/libsharp/libsharp.dox
index 4c441f1..06361ee 100644
--- a/libsharp/libsharp.dox
+++ b/libsharp/libsharp.dox
@@ -70,8 +70,8 @@
   libsharp supports shared-memory parallelisation via OpenMP; this feature will
   be automatically enabled if the compiler supports it.
 
-  Libsharp will also make use of SSE2 and AVX instructions when compiled for a
-  platform known to support them.
+  Libsharp will also make use of SSE2/AVX/AVX512 instructions when compiled
+  for a platform known to support them.
 
   Support for MPI-parallel transforms is also available; in this mode,
   every MPI task must provide a unique subset of the map and a_lm coefficients.
-- 
GitLab