summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
A. Maitland Bottoms [Tue, 30 Jun 2020 23:48:20 +0000 (00:48 +0100)]
optional-static-apps
Gbp-Pq: Name optional-static-apps
A. Maitland Bottoms [Wed, 28 Mar 2018 02:02:59 +0000 (22:02 -0400)]
[PATCH 2/6] make acc happy
The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.
Gbp-Pq: Name make-acc-happy
jdemel [Thu, 25 Jun 2020 16:35:40 +0000 (18:35 +0200)]
[PATCH 9/9] docs: Fix conversion inaccuracy
Gbp-Pq: Name 0009-docs-Fix-conversion-inaccuracy.patch
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
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
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
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
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
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
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
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
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]
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]
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]