aboutsummaryrefslogtreecommitdiff
blob: ea48649a1c1f99c3758dd90e132514bd9d78e445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">
The GotoBLAS codes are one of the fastest implementations
of the Basic Linear Algebra Subroutines(BLAS).
To achieve performance it starts by observing that for current
generation architectures, much of the overhead comes from Translation
Look-aside Buffer (TLB) table misses. While the importance of caches
is also taken into consideration, it is the minimization of such TLB
misses that drives the approach.
</longdescription>
	<use>
		<flag name="int64">Build the 64 bits integer library</flag>
		<flag name="incblas">Build the CBLAS interface</flag>
	</use>
</pkgmetadata>