summaryrefslogtreecommitdiff
path: root/dev-cpp/highway/metadata.xml
blob: cdf30bbd3280ec144cc4baeb677dc11bf6355f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>dnovomesky@gmail.com</email>
  <name>Daniel Novomesky</name>
 </maintainer>
 <maintainer type="project">
  <email>proxy-maint@gentoo.org</email>
  <name>Proxy Maintainers</name>
 </maintainer>
 <longdescription>
    Highway is a C++ library for SIMD (Single Instruction, Multiple Data),
    i.e. applying the same operation to multiple 'lanes' using a single CPU instruction.
  </longdescription>
 
 <origin>gentoo-staging</origin>
</pkgmetadata>