Package: pveclib / 1.0.4+dfsg-3
Metadata
| Package | Version | Patches format |
|---|---|---|
| pveclib | 1.0.4+dfsg-3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Fix make check error on Debian and newest gcc.patch | (download) |
src/testsuite/vec_perf_f64.c |
2 1 + 1 - 0 ! |
[patch] fix make check error on debian and newest gcc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
On Debian, building the test suite with gcc (Version Debian 10.2.0-17)
causes the following error message:
testsuite/vec_perf_f64.c: In function timed_fpclassify_f64:
testsuite/vec_perf_f64.c:84:13: error: invalid operands to binary | (have vb64_t {aka __vector(2) long unsigned int} and vui64_t {aka __vector(2) long long unsigned int})
84 | accum |= test_fpclassify_f64 (data0);
| ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| vui64_t {aka __vector(2) long long unsigned int}
|
1
