[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/, dev-cpp/highway/files/

2022-03-24 Thread Daniel Novomesky
commit: 93dc67e07e638322d528535fc41628d52e8aaebf
Author: Daniel Novomesky  gmail  com>
AuthorDate: Thu Mar 24 13:21:56 2022 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Thu Mar 24 13:25:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93dc67e0

dev-cpp/highway: remove package, moved to ::gentoo

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 dev-cpp/highway/Manifest   |  2 --
 .../highway/files/highway-shared-libraries.patch   | 21 ---
 dev-cpp/highway/highway-0.14.2.ebuild  | 42 --
 dev-cpp/highway/highway-0.15.0.ebuild  | 42 --
 dev-cpp/highway/highway-.ebuild| 37 ---
 dev-cpp/highway/metadata.xml   | 12 ---
 6 files changed, 156 deletions(-)

diff --git a/dev-cpp/highway/Manifest b/dev-cpp/highway/Manifest
deleted file mode 100644
index ac2de0f25..0
--- a/dev-cpp/highway/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST highway-0.14.2.tar.gz 1545892 BLAKE2B 
c19d040ea7bf6d5ee0ff87213f36bfe77759cc4cec514b972379490dbac5e8d55f99490b998f73133ca0ba3b34a98f2684b85206ae32d655aa574aeaabeaeb27
 SHA512 
fc1a35463c95c45b646c53f91a9996112726de1d588dcd4d25a7d366840f704ad9a4c0bb6e0a001e929409f04aad6922cbffcf93774a0c360aff875956c7cc8d
-DIST highway-0.15.0.tar.gz 1598512 BLAKE2B 
f0ee61b5f19591d88d6fd3950072c9302b13e589ac9e8759444c0bcde2c804438313b1b37c2e3d9c40296898c8fc938a2ae57eba3e17d73a9388c21f20b97b59
 SHA512 
ed07e855721f87ea67d762b30e001643a76bd16d70372415023c8e6f1a43c58759a14a638e8eb20566863d8358d994153bf7a660fcf604e808adfea5f938a013

diff --git a/dev-cpp/highway/files/highway-shared-libraries.patch 
b/dev-cpp/highway/files/highway-shared-libraries.patch
deleted file mode 100644
index 28149eba8..0
--- a/dev-cpp/highway/files/highway-shared-libraries.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/CMakeLists.txt   2021-10-24 04:46:57.475685128 +0200
-+++ b/CMakeLists.txt   2021-10-24 04:45:56.218467838 +0200
-@@ -182,15 +182,16 @@
- 
- endif()  # !MSVC
- 
--add_library(hwy STATIC ${HWY_SOURCES})
-+add_library(hwy SHARED ${HWY_SOURCES})
- target_compile_options(hwy PRIVATE ${HWY_FLAGS})
- set_property(TARGET hwy PROPERTY POSITION_INDEPENDENT_CODE ON)
- target_include_directories(hwy PUBLIC ${CMAKE_CURRENT_LIST_DIR})
- 
--add_library(hwy_contrib STATIC ${HWY_CONTRIB_SOURCES})
-+add_library(hwy_contrib SHARED ${HWY_CONTRIB_SOURCES})
- target_compile_options(hwy_contrib PRIVATE ${HWY_FLAGS})
- set_property(TARGET hwy_contrib PROPERTY POSITION_INDEPENDENT_CODE ON)
- target_include_directories(hwy_contrib PUBLIC ${CMAKE_CURRENT_LIST_DIR})
-+target_link_libraries(hwy_contrib hwy)
- 
- #  hwy_list_targets
- # Generate a tool to print the compiled-in targets as defined by the current

diff --git a/dev-cpp/highway/highway-0.14.2.ebuild 
b/dev-cpp/highway/highway-0.14.2.ebuild
deleted file mode 100644
index 46b5278c3..0
--- a/dev-cpp/highway/highway-0.14.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
-HOMEPAGE="https://github.com/google/highway;
-
-if [[ "${PV}" == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/google/highway.git;
-else
-   
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( dev-cpp/gtest )"
-
-PATCHES=( "${FILESDIR}/${PN}-shared-libraries.patch" )
-RESTRICT="!test? ( test )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTING=$(usex test)
-   -DHWY_WARNINGS_ARE_ERRORS=OFF
-   )
-
-   use test && mycmakeargs+=( "-DHWY_SYSTEM_GTEST=ON" )
-
-   cmake_src_configure
-}
-
-src_install() {
-   dodoc g3doc/*
-   cmake_src_install
-}

diff --git a/dev-cpp/highway/highway-0.15.0.ebuild 
b/dev-cpp/highway/highway-0.15.0.ebuild
deleted file mode 100644
index 46b5278c3..0
--- a/dev-cpp/highway/highway-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
-HOMEPAGE="https://github.com/google/highway;
-
-if [[ "${PV}" == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/google/highway.git;
-else
-   
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( dev-cpp/gtest )"
-
-PATCHES=( 

[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/

2022-03-18 Thread Daniel Novomesky
commit: 91081952a58c013d9594663503e4147933a9c8cd
Author: Daniel Novomesky  gmail  com>
AuthorDate: Fri Mar 18 14:58:39 2022 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Fri Mar 18 14:58:39 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91081952

dev-cpp/highway: multilib support in live ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 dev-cpp/highway/highway-.ebuild | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
index 9c990e08c..4371d5e0b 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-inherit cmake
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
 
 DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
 HOMEPAGE="https://github.com/google/highway;
@@ -13,18 +14,18 @@ if [[ "${PV}" == ** ]]; then
EGIT_REPO_URI="https://github.com/google/highway.git;
 else

SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="test"
 
-DEPEND="test? ( dev-cpp/gtest )"
+DEPEND="test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
 
 RESTRICT="!test? ( test )"
 
-src_configure() {
+multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING=$(usex test)
-DHWY_WARNINGS_ARE_ERRORS=OFF
@@ -34,8 +35,3 @@ src_configure() {
 
cmake_src_configure
 }
-
-src_install() {
-   dodoc g3doc/*
-   cmake_src_install
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/

2022-03-10 Thread Daniel Novomesky
commit: 8fb9d0249c234f9677d1925455827e0869e71097
Author: Daniel Novomesky  gmail  com>
AuthorDate: Thu Mar 10 10:51:20 2022 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Thu Mar 10 10:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fb9d024

dev-cpp/highway: remove patch from live ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 dev-cpp/highway/highway-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
index 46b5278c3..9c990e08c 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,6 @@ IUSE="test"
 
 DEPEND="test? ( dev-cpp/gtest )"
 
-PATCHES=( "${FILESDIR}/${PN}-shared-libraries.patch" )
 RESTRICT="!test? ( test )"
 
 src_configure() {



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/

2021-11-22 Thread Daniel Novomesky
commit: c62772d671f342d8050133e43784de764fe1b8cd
Author: Daniel Novomesky  gmail  com>
AuthorDate: Mon Nov 22 15:59:07 2021 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Mon Nov 22 15:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c62772d6

dev-cpp/highway: version bump to 0.15.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 dev-cpp/highway/Manifest  |  1 +
 dev-cpp/highway/highway-0.15.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-cpp/highway/Manifest b/dev-cpp/highway/Manifest
index 1512a640d..ac2de0f25 100644
--- a/dev-cpp/highway/Manifest
+++ b/dev-cpp/highway/Manifest
@@ -1 +1,2 @@
 DIST highway-0.14.2.tar.gz 1545892 BLAKE2B 
c19d040ea7bf6d5ee0ff87213f36bfe77759cc4cec514b972379490dbac5e8d55f99490b998f73133ca0ba3b34a98f2684b85206ae32d655aa574aeaabeaeb27
 SHA512 
fc1a35463c95c45b646c53f91a9996112726de1d588dcd4d25a7d366840f704ad9a4c0bb6e0a001e929409f04aad6922cbffcf93774a0c360aff875956c7cc8d
+DIST highway-0.15.0.tar.gz 1598512 BLAKE2B 
f0ee61b5f19591d88d6fd3950072c9302b13e589ac9e8759444c0bcde2c804438313b1b37c2e3d9c40296898c8fc938a2ae57eba3e17d73a9388c21f20b97b59
 SHA512 
ed07e855721f87ea67d762b30e001643a76bd16d70372415023c8e6f1a43c58759a14a638e8eb20566863d8358d994153bf7a660fcf604e808adfea5f938a013

diff --git a/dev-cpp/highway/highway-0.15.0.ebuild 
b/dev-cpp/highway/highway-0.15.0.ebuild
new file mode 100644
index 0..46b5278c3
--- /dev/null
+++ b/dev-cpp/highway/highway-0.15.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
+HOMEPAGE="https://github.com/google/highway;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/google/highway.git;
+else
+   
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND="test? ( dev-cpp/gtest )"
+
+PATCHES=( "${FILESDIR}/${PN}-shared-libraries.patch" )
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   -DHWY_WARNINGS_ARE_ERRORS=OFF
+   )
+
+   use test && mycmakeargs+=( "-DHWY_SYSTEM_GTEST=ON" )
+
+   cmake_src_configure
+}
+
+src_install() {
+   dodoc g3doc/*
+   cmake_src_install
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/

2021-10-23 Thread Alessandro Barbieri
commit: 0385d08f268ce004cac57486d5326e908d56e39a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Oct 24 03:02:06 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Oct 24 03:02:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0385d08f

dev-cpp/highway: install docs

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-cpp/highway/highway-0.14.2.ebuild | 5 +
 dev-cpp/highway/highway-.ebuild   | 5 +
 2 files changed, 10 insertions(+)

diff --git a/dev-cpp/highway/highway-0.14.2.ebuild 
b/dev-cpp/highway/highway-0.14.2.ebuild
index 683729d58..46b5278c3 100644
--- a/dev-cpp/highway/highway-0.14.2.ebuild
+++ b/dev-cpp/highway/highway-0.14.2.ebuild
@@ -35,3 +35,8 @@ src_configure() {
 
cmake_src_configure
 }
+
+src_install() {
+   dodoc g3doc/*
+   cmake_src_install
+}

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
index 683729d58..46b5278c3 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-.ebuild
@@ -35,3 +35,8 @@ src_configure() {
 
cmake_src_configure
 }
+
+src_install() {
+   dodoc g3doc/*
+   cmake_src_install
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/, dev-cpp/highway/files/

2021-10-23 Thread Alessandro Barbieri
commit: 98811d8232be969c0fb7003456cabcd3cd231f57
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Oct 24 02:55:49 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Oct 24 02:56:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98811d82

dev-cpp/highway: add versioned ebuild, EAPI 8

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-cpp/highway/Manifest|  1 +
 .../highway/files/highway-shared-libraries.patch| 21 +
 .../{highway-.ebuild => highway-0.14.2.ebuild}  | 16 +---
 dev-cpp/highway/highway-.ebuild | 16 +---
 4 files changed, 40 insertions(+), 14 deletions(-)

diff --git a/dev-cpp/highway/Manifest b/dev-cpp/highway/Manifest
new file mode 100644
index 0..1512a640d
--- /dev/null
+++ b/dev-cpp/highway/Manifest
@@ -0,0 +1 @@
+DIST highway-0.14.2.tar.gz 1545892 BLAKE2B 
c19d040ea7bf6d5ee0ff87213f36bfe77759cc4cec514b972379490dbac5e8d55f99490b998f73133ca0ba3b34a98f2684b85206ae32d655aa574aeaabeaeb27
 SHA512 
fc1a35463c95c45b646c53f91a9996112726de1d588dcd4d25a7d366840f704ad9a4c0bb6e0a001e929409f04aad6922cbffcf93774a0c360aff875956c7cc8d

diff --git a/dev-cpp/highway/files/highway-shared-libraries.patch 
b/dev-cpp/highway/files/highway-shared-libraries.patch
new file mode 100644
index 0..28149eba8
--- /dev/null
+++ b/dev-cpp/highway/files/highway-shared-libraries.patch
@@ -0,0 +1,21 @@
+--- a/CMakeLists.txt   2021-10-24 04:46:57.475685128 +0200
 b/CMakeLists.txt   2021-10-24 04:45:56.218467838 +0200
+@@ -182,15 +182,16 @@
+ 
+ endif()  # !MSVC
+ 
+-add_library(hwy STATIC ${HWY_SOURCES})
++add_library(hwy SHARED ${HWY_SOURCES})
+ target_compile_options(hwy PRIVATE ${HWY_FLAGS})
+ set_property(TARGET hwy PROPERTY POSITION_INDEPENDENT_CODE ON)
+ target_include_directories(hwy PUBLIC ${CMAKE_CURRENT_LIST_DIR})
+ 
+-add_library(hwy_contrib STATIC ${HWY_CONTRIB_SOURCES})
++add_library(hwy_contrib SHARED ${HWY_CONTRIB_SOURCES})
+ target_compile_options(hwy_contrib PRIVATE ${HWY_FLAGS})
+ set_property(TARGET hwy_contrib PROPERTY POSITION_INDEPENDENT_CODE ON)
+ target_include_directories(hwy_contrib PUBLIC ${CMAKE_CURRENT_LIST_DIR})
++target_link_libraries(hwy_contrib hwy)
+ 
+ #  hwy_list_targets
+ # Generate a tool to print the compiled-in targets as defined by the current

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-0.14.2.ebuild
similarity index 69%
copy from dev-cpp/highway/highway-.ebuild
copy to dev-cpp/highway/highway-0.14.2.ebuild
index 8d96668d7..683729d58 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-0.14.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
 inherit cmake
 
@@ -18,18 +18,20 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
+IUSE="test"
 
-DEPEND=""
+DEPEND="test? ( dev-cpp/gtest )"
 
-BDEPEND=""
-
-RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}/${PN}-shared-libraries.patch" )
+RESTRICT="!test? ( test )"
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_TESTING=OFF
+   -DBUILD_TESTING=$(usex test)
+   -DHWY_WARNINGS_ARE_ERRORS=OFF
)
 
+   use test && mycmakeargs+=( "-DHWY_SYSTEM_GTEST=ON" )
+
cmake_src_configure
 }

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
index 8d96668d7..683729d58 100644
--- a/dev-cpp/highway/highway-.ebuild
+++ b/dev-cpp/highway/highway-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
 inherit cmake
 
@@ -18,18 +18,20 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
+IUSE="test"
 
-DEPEND=""
+DEPEND="test? ( dev-cpp/gtest )"
 
-BDEPEND=""
-
-RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}/${PN}-shared-libraries.patch" )
+RESTRICT="!test? ( test )"
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_TESTING=OFF
+   -DBUILD_TESTING=$(usex test)
+   -DHWY_WARNINGS_ARE_ERRORS=OFF
)
 
+   use test && mycmakeargs+=( "-DHWY_SYSTEM_GTEST=ON" )
+
cmake_src_configure
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/highway/

2021-09-12 Thread Daniel Novomesky
commit: e8ab9e51a87ad4771e10b95b7df0f0adbb4cba88
Author: Daniel Novomesky  gmail  com>
AuthorDate: Sun Sep 12 11:54:26 2021 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Sun Sep 12 11:54:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8ab9e51

dev-cpp/highway: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 dev-cpp/highway/highway-.ebuild | 35 +++
 dev-cpp/highway/metadata.xml| 12 
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
new file mode 100644
index 0..8d96668d7
--- /dev/null
+++ b/dev-cpp/highway/highway-.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake
+
+DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
+HOMEPAGE="https://github.com/google/highway;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/google/highway.git;
+else
+   
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+
+BDEPEND=""
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=OFF
+   )
+
+   cmake_src_configure
+}

diff --git a/dev-cpp/highway/metadata.xml b/dev-cpp/highway/metadata.xml
new file mode 100644
index 0..3252651cf
--- /dev/null
+++ b/dev-cpp/highway/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   dnovome...@gmail.com
+   Daniel Novomesky
+   
+   
+   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.
+   
+