gnu: volk: Improve description mark-up.
* gnu/packages/engineering.scm (volk)[description]: Substitute @acronym for the less appropriate @code.master
parent
5ed89cac64
commit
4df47410cf
|
@ -1063,9 +1063,10 @@ the 'showing the effect of'-style of operation.")
|
||||||
(home-page "https://www.libvolk.org/")
|
(home-page "https://www.libvolk.org/")
|
||||||
(synopsis "Vector-Optimized Library of Kernels")
|
(synopsis "Vector-Optimized Library of Kernels")
|
||||||
(description
|
(description
|
||||||
"@code{volk} contains procedures with machine-specific optimizations
|
"@acronym{VOLK, Vector-Optimized Library of Kernels} contains procedures
|
||||||
for mathematical functions. It also provides a machine-independent
|
with machine-specific optimizations for mathematical functions. It also
|
||||||
interface to select the best such procedures to use on a given system.")
|
provides a machine-independent interface to select the best such procedures to
|
||||||
|
use on a given system.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public minicom
|
(define-public minicom
|
||||||
|
|
Reference in New Issue