fixed wrong struct name

This commit is contained in:
Richard Thier 2025-12-06 16:25:17 +01:00
parent 219405069c
commit 8fc0dafee2

2
vmap.h
View File

@ -54,7 +54,7 @@ struct vmap_find_res {
/** Meta-data for continuation of the search. Last value found in lastly looked lane. */ /** Meta-data for continuation of the search. Last value found in lastly looked lane. */
uint32_t last_found_lane_val; uint32_t last_found_lane_val;
}; };
typedef struct simd_map_find_res simd_map_find_res; typedef struct vmap_find_res vmap_find_res;
/* INTAPI */ /* INTAPI */