gnu: volk: Fix typo in description.
* gnu/packages/engineering.scm (volk)[description]: Fix typo.master
parent
40f986db30
commit
5ed89cac64
|
@ -1064,7 +1064,7 @@ the 'showing the effect of'-style of operation.")
|
||||||
(synopsis "Vector-Optimized Library of Kernels")
|
(synopsis "Vector-Optimized Library of Kernels")
|
||||||
(description
|
(description
|
||||||
"@code{volk} contains procedures with machine-specific optimizations
|
"@code{volk} contains procedures with machine-specific optimizations
|
||||||
for mathematical functions. It also provides an machine-independent
|
for mathematical functions. It also provides a machine-independent
|
||||||
interface to select the best such procedures to use on a given system.")
|
interface to select the best such procedures to use on a given system.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Reference in New Issue