summaryrefslogtreecommitdiff
blob: d9573774549a121b48a262b0a6946cc1e3076c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person" proxied="yes">
    <email>dnovomesky@gmail.com</email>
    <name>Daniel Novomesky</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <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>
  <upstream>
    <remote-id type="github">google/highway</remote-id>
  </upstream>
</pkgmetadata>