summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py')
-rw-r--r--var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py b/var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py
index 8c9992e356..fda1f509d4 100644
--- a/var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py
+++ b/var/spack/repos/builtin/packages/intel-oneapi-ipp/package.py
@@ -10,7 +10,18 @@ from spack.package import *
@IntelOneApiPackage.update_description
class IntelOneapiIpp(IntelOneApiLibraryPackage):
- """Intel oneAPI IPP."""
+ """Intel Integrated Performance Primitives (Intel IPP) is an extensive
+ library of ready-to-use, domain-specific functions that are
+ highly optimized for diverse Intel architectures. These
+ functions take advantage of Single Instruction, Multiple Data
+ (SIMD) instructions and improve the performance of
+ computation-intensive applications, including signal
+ processing, data compression, video processing, and
+ cryptography. The intel-oneapi-ippcp package contains support
+ for cryptography and everything else can be found in the
+ intel-oneapi-ipp package.
+
+ """
maintainers = ['rscohn2']