Fabrice Fontaine
94b66fb49c
package/xxhash: set XXH_NO_INLINE_HINTS
...
Set XXH_NO_INLINE_HINTS to marks all internal functions as static,
giving the compiler full control on whether to inline or not. This will
fix the following build failure raised since bump to version 0.8.1 in
commit 5dbdb2535c :
In file included from xxhash.c:43:
In function 'XXH3_accumulate',
inlined from 'XXH3_hashLong_internal_loop' at xxhash.h:4390:9,
inlined from 'XXH3_hashLong_64b_internal' at xxhash.h:4453:5,
inlined from 'XXH3_hashLong_64b_withSecret' at xxhash.h:4473:12,
inlined from 'XXH3_64bits_internal' at xxhash.h:4554:12,
inlined from 'XXH3_64bits_withSecret' at xxhash.h:4570:12:
xxhash.h:4196:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_scalar': function not considered for inlining
4196 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/f2c52238df97cc4c13117d8dc1423235231a094c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-01-18 21:42:51 +01:00
..
2023-01-14 23:10:36 +01:00
2023-01-06 08:42:06 +01:00
2023-01-04 23:11:50 +01:00
2023-01-14 22:19:57 +01:00
2023-01-08 16:38:27 +01:00
2023-01-05 10:24:52 +01:00
2023-01-05 08:47:46 +01:00
2023-01-04 17:21:39 +01:00
2023-01-08 17:09:40 +01:00
2023-01-12 20:35:07 +01:00
2023-01-14 11:47:45 +01:00
2023-01-14 11:47:34 +01:00
2023-01-04 22:21:58 +01:00
2023-01-04 22:52:09 +01:00
2023-01-04 22:53:32 +01:00
2023-01-12 17:24:49 +01:00
2023-01-04 22:29:01 +01:00
2023-01-04 22:29:01 +01:00
2023-01-06 16:10:19 +01:00
2023-01-06 16:10:10 +01:00
2023-01-14 23:09:41 +01:00
2023-01-16 22:25:05 +01:00
2023-01-04 22:54:58 +01:00
2023-01-07 20:28:23 +01:00
2023-01-16 21:24:05 +01:00
2023-01-05 23:08:23 +01:00
2023-01-04 22:21:47 +01:00
2023-01-08 22:13:19 +01:00
2023-01-04 22:22:06 +01:00
2023-01-04 17:45:56 +01:00
2023-01-04 17:46:22 +01:00
2023-01-12 17:23:57 +01:00
2023-01-12 17:24:06 +01:00
2023-01-04 22:37:37 +01:00
2023-01-16 22:26:16 +01:00
2023-01-12 20:17:09 +01:00
2023-01-14 21:07:03 +01:00
2023-01-14 22:18:05 +01:00
2023-01-06 08:50:48 +01:00
2023-01-04 15:29:36 +01:00
2023-01-04 17:45:11 +01:00
2023-01-14 21:02:11 +01:00
2023-01-06 16:05:08 +01:00
2023-01-03 13:59:09 +01:00
2023-01-04 22:22:16 +01:00
2023-01-12 20:28:59 +01:00
2023-01-12 20:24:55 +01:00
2023-01-04 22:34:57 +01:00
2023-01-04 22:56:37 +01:00
2023-01-04 17:20:27 +01:00
2023-01-14 21:02:10 +01:00
2023-01-13 11:21:08 +01:00
2023-01-07 20:28:23 +01:00
2023-01-14 21:58:52 +01:00
2023-01-04 23:06:11 +01:00
2023-01-04 22:23:14 +01:00
2023-01-16 21:23:18 +01:00
2023-01-13 11:21:15 +01:00
2023-01-13 11:21:15 +01:00
2023-01-04 22:27:29 +01:00
2023-01-04 22:27:29 +01:00
2023-01-14 11:50:27 +01:00
2023-01-15 12:15:46 +01:00
2023-01-04 22:23:27 +01:00
2023-01-03 21:18:56 +01:00
2023-01-14 21:02:14 +01:00
2023-01-14 11:51:01 +01:00
2023-01-14 11:51:13 +01:00
2023-01-07 20:27:53 +01:00
2023-01-12 11:45:43 +01:00
2023-01-04 22:23:53 +01:00
2023-01-12 20:33:22 +01:00
2023-01-12 20:10:24 +01:00
2023-01-12 20:10:32 +01:00
2023-01-12 20:10:38 +01:00
2023-01-12 20:10:45 +01:00
2023-01-12 20:14:54 +01:00
2023-01-12 20:15:04 +01:00
2023-01-05 23:28:36 +01:00
2023-01-08 22:53:56 +01:00
2023-01-04 23:07:03 +01:00
2023-01-04 17:52:21 +01:00
2023-01-04 22:25:25 +01:00
2023-01-15 12:00:14 +01:00
2023-01-15 12:00:16 +01:00
2023-01-15 12:00:19 +01:00
2023-01-15 12:00:22 +01:00
2023-01-15 12:00:24 +01:00
2023-01-15 12:00:27 +01:00
2023-01-15 12:00:30 +01:00
2023-01-15 12:00:32 +01:00
2023-01-15 12:00:35 +01:00
2023-01-15 12:00:38 +01:00
2023-01-15 12:00:41 +01:00
2023-01-15 12:31:05 +01:00
2023-01-15 12:00:43 +01:00
2023-01-15 12:00:46 +01:00
2023-01-15 12:00:49 +01:00
2023-01-15 12:00:51 +01:00
2023-01-15 12:00:54 +01:00
2023-01-15 12:00:57 +01:00
2023-01-15 12:01:00 +01:00
2023-01-15 12:01:02 +01:00
2023-01-15 12:01:05 +01:00
2023-01-12 20:20:02 +01:00
2023-01-15 12:01:08 +01:00
2023-01-15 12:01:11 +01:00
2023-01-15 12:35:33 +01:00
2023-01-15 12:01:13 +01:00
2023-01-15 12:01:16 +01:00
2023-01-15 12:00:14 +01:00
2023-01-15 12:15:38 +01:00
2023-01-15 12:15:41 +01:00
2023-01-15 12:15:43 +01:00
2023-01-15 12:15:46 +01:00
2023-01-15 12:15:49 +01:00
2023-01-15 12:15:51 +01:00
2023-01-15 12:15:54 +01:00
2023-01-15 12:15:57 +01:00
2023-01-15 12:15:59 +01:00
2023-01-15 12:16:02 +01:00
2023-01-15 12:16:05 +01:00
2023-01-15 12:16:08 +01:00
2023-01-15 12:16:10 +01:00
2023-01-15 12:16:13 +01:00
2023-01-15 12:16:16 +01:00
2023-01-15 12:16:18 +01:00
2023-01-15 12:16:21 +01:00
2023-01-12 20:26:40 +01:00
2023-01-12 20:26:48 +01:00
2023-01-12 20:27:06 +01:00
2023-01-12 20:28:08 +01:00
2023-01-12 20:28:24 +01:00
2023-01-04 17:44:44 +01:00
2023-01-06 16:11:32 +01:00
2023-01-04 23:08:15 +01:00
2023-01-04 17:47:55 +01:00
2023-01-04 22:51:39 +01:00
2023-01-04 22:25:38 +01:00
2023-01-12 20:27:29 +01:00
2023-01-04 23:08:34 +01:00
2023-01-13 16:10:52 +01:00
2023-01-13 16:10:52 +01:00
2023-01-04 22:31:48 +01:00
2023-01-16 21:18:31 +01:00
2023-01-04 22:26:08 +01:00
2023-01-04 23:09:24 +01:00
2023-01-14 21:02:13 +01:00
2023-01-04 22:26:23 +01:00
2023-01-04 17:51:23 +01:00
2023-01-06 08:36:52 +01:00
2023-01-04 17:43:03 +01:00
2023-01-14 11:50:52 +01:00
2023-01-12 20:32:00 +01:00
2023-01-05 10:19:54 +01:00
2023-01-06 08:39:38 +01:00
2023-01-14 11:53:11 +01:00
2023-01-04 22:34:36 +01:00
2023-01-04 14:21:33 +01:00
2023-01-12 20:30:35 +01:00
2023-01-04 23:09:59 +01:00
2023-01-04 17:20:36 +01:00
2023-01-04 17:21:12 +01:00
2023-01-05 10:21:38 +01:00
2023-01-18 21:42:51 +01:00
2023-01-16 21:12:17 +01:00
2023-01-04 17:52:59 +01:00
2023-01-08 22:39:42 +01:00
2023-01-02 22:33:55 +01:00
2022-12-31 18:41:58 +01:00
2023-01-14 21:33:11 +01:00