Merge branch '10.9' into 10.10

This commit is contained in:
Oleksandr Byelkin 2023-05-03 14:09:13 +02:00
commit 13a294a2c9
370 changed files with 2089 additions and 825 deletions

View file

@ -61,7 +61,7 @@ struct get_sched_indexer_t : public generic_indexer_t<Type, N> {
size_t cpu = sched_getcpu();
if (cpu == (size_t) -1) {
cpu = get_curr_thread_id();
cpu = (size_t) get_curr_thread_id();
}
return(cpu);