polishing

This commit is contained in:
Martin Reinecke 2019-01-11 11:18:18 +01:00
parent 6646b05f53
commit 976dfb6174

View file

@ -70,8 +70,8 @@
libsharp supports shared-memory parallelisation via OpenMP; this feature will libsharp supports shared-memory parallelisation via OpenMP; this feature will
be automatically enabled if the compiler supports it. be automatically enabled if the compiler supports it.
Libsharp will also make use of SSE2 and AVX instructions when compiled for a Libsharp will also make use of SSE2/AVX/AVX512 instructions when compiled
platform known to support them. for a platform known to support them.
Support for MPI-parallel transforms is also available; in this mode, 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. every MPI task must provide a unique subset of the map and a_lm coefficients.