1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-01 05:14:31 +05:00
Stefan Brüns 5fce0b48b8 Fix signedness for ARM Neon mask type
vbslq_f64 and vandq_u64 both require uint64x2_t types as mask arguments,
and the Neon intrinsics do not allow for implicit conversion.

Fixes build errors with current GCC 11.2.1:

/home/abuild/rpmbuild/BUILD/netgen-6.2.2105/libsrc/core/simd_arm64.hpp:171:29: error: cannot convert '__Int64x2_t' to 'uint64x2_t'
 171 |     return vandq_u64 (a.Data(), b.Data());
2022-01-27 14:16:51 +01:00
..
2021-11-10 18:36:55 +01:00
2021-06-10 09:38:00 +02:00
2021-10-27 16:51:41 +02:00
2019-11-29 15:26:20 +00:00
2021-02-17 14:54:14 +01:00
2019-07-10 10:47:08 +02:00
2021-09-03 13:12:23 +02:00
2021-06-10 09:38:00 +02:00
2021-06-08 19:08:14 +02:00
2021-09-06 16:59:48 +02:00
2021-09-06 16:59:48 +02:00
2021-06-11 09:52:58 +02:00
2021-06-11 09:52:58 +02:00
2021-06-01 12:57:58 +02:00
2021-05-30 18:57:14 +02:00
2021-09-28 22:51:06 +02:00
2019-08-21 11:31:25 +02:00
2020-12-22 13:06:08 +01:00
2020-12-22 13:06:08 +01:00
2020-12-22 13:06:08 +01:00
2020-12-15 09:40:43 +01:00
2019-02-14 14:08:17 +01:00
2021-07-17 13:35:01 +02:00
2021-11-04 13:00:30 +01:00
2021-11-04 12:20:56 +01:00
2021-02-18 10:30:01 +01:00