volk.git
5 years ago[PATCH 8/9] fix: Use INT8_* instead of CHAR_*
Johannes Demel [Thu, 25 Jun 2020 07:41:46 +0000 (09:41 +0200)]
[PATCH 8/9] fix: Use INT8_* instead of CHAR_*

For consistency and to prevent bugs, we move from CHAR_* to INT8_*
everywhere in this kernel.

Gbp-Pq: Name 0008-fix-Use-INT8_-instead-of-CHAR_.patch

5 years ago[PATCH 7/9] fix: Adjust min/max for 32f_s32f_convert_8i kernel
Johannes Demel [Mon, 15 Jun 2020 21:14:26 +0000 (23:14 +0200)]
[PATCH 7/9] fix: Adjust min/max for 32f_s32f_convert_8i kernel

This kernel used `CHAR_MIN` to determine the minimum value which may be
0. It is expected that this value is -127. Thus, we move to `INT8_MIN`.

Fix #390

Gbp-Pq: Name 0007-fix-Adjust-min-max-for-32f_s32f_convert_8i-kernel.patch

5 years ago[PATCH 6/9] update to newest version of the Intel SDE
Christoph Mayer [Mon, 15 Jun 2020 16:07:40 +0000 (18:07 +0200)]
[PATCH 6/9] update to newest version of the Intel SDE

Gbp-Pq: Name 0006-update-to-newest-version-of-the-Intel-SDE.patch

5 years ago[PATCH 5/9] emit an emms instruction after using the mmx extension
Martin Kaesberger [Mon, 15 Jun 2020 00:23:22 +0000 (02:23 +0200)]
[PATCH 5/9] emit an emms instruction after using the mmx extension

Gbp-Pq: Name 0005-emit-an-emms-instruction-after-using-the-mmx-extensi.patch

5 years ago[PATCH 4/9] readme: Fix wording
jdemel [Tue, 19 May 2020 06:20:07 +0000 (08:20 +0200)]
[PATCH 4/9] readme: Fix wording

Gbp-Pq: Name 0004-readme-Fix-wording.patch

5 years ago[PATCH 3/9] Test the rotator kernel with a realistic scalar
Clayton Smith [Sat, 9 May 2020 14:34:30 +0000 (10:34 -0400)]
[PATCH 3/9] Test the rotator kernel with a realistic scalar

Gbp-Pq: Name 0003-Test-the-rotator-kernel-with-a-realistic-scalar.patch

5 years ago[PATCH 2/9] readme: Make supported compiler section more specific
Johannes Demel [Sun, 3 May 2020 13:53:43 +0000 (15:53 +0200)]
[PATCH 2/9] readme: Make supported compiler section more specific

Gbp-Pq: Name 0002-readme-Make-supported-compiler-section-more-specific.patch

5 years ago[PATCH 1/9] readme: Add section on supported platforms
Johannes Demel [Sat, 2 May 2020 14:31:31 +0000 (16:31 +0200)]
[PATCH 1/9] readme: Add section on supported platforms

So far, this is kind of a work in progress. I'd like to discuss the
exact wording here.
We run CI on Ubuntu, Windows and MacOS. For Windows and MacOS, we focus
on the latest release and do not make any attempt to support older
releases.
For Linux, we want to have support for distros other than Ubuntu and
older distros to some degree. Though, we decided to drop support for
Ubuntu 16.04 because some bugs make it hard work put a work around in
place for this old distro.

Gbp-Pq: Name 0001-readme-Add-section-on-supported-platforms.patch

5 years agovolk (2.3.0-3) unstable; urgency=medium
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
volk (2.3.0-3) unstable; urgency=medium

  * update to v2.3.0-14-g91e5d07
    emit an emms instruction after using the mmx extension

[dgit import unpatched volk 2.3.0-3]

5 years agoImport volk_2.3.0-3.debian.tar.xz
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
Import volk_2.3.0-3.debian.tar.xz

[dgit import tarball volk 2.3.0-3 volk_2.3.0-3.debian.tar.xz]

5 years agoImport volk_2.3.0.orig.tar.xz
A. Maitland Bottoms [Sat, 9 May 2020 19:42:23 +0000 (20:42 +0100)]
Import volk_2.3.0.orig.tar.xz

[dgit import orig volk_2.3.0.orig.tar.xz]