Skip to content

Commit

Permalink
dev-libs/blitz: [QA] Consistent whitespace in metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed Nov 26, 2017
1 parent f5f1c68 commit a2642c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dev-libs/blitz/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<name>Gentoo C++ Project</name>
</maintainer>
<longdescription lang="en">
Blitz++ is a meta-template library for array
manipulation in C++ with a speed comparable to Fortran
implementations, while preserving an object-oriented
interface. These results are being obtained not through better
optimizing compilers, preprocessors, or language extensions, but
through the use of template techniques. By using templates cleverly,
optimizations such as loop fusion, unrolling, tiling, and algorithm
specialization can be performed automatically at compile time.
</longdescription>
Blitz++ is a meta-template library for array
manipulation in C++ with a speed comparable to Fortran
implementations, while preserving an object-oriented
interface. These results are being obtained not through better
optimizing compilers, preprocessors, or language extensions, but
through the use of template techniques. By using templates cleverly,
optimizations such as loop fusion, unrolling, tiling, and algorithm
specialization can be performed automatically at compile time.
</longdescription>
<use>
<flag name="boost">Enable usage of boost::serialization</flag>
</use>
Expand Down

0 comments on commit a2642c2

Please sign in to comment.