fixed wrong struct name
This commit is contained in:
parent
219405069c
commit
8fc0dafee2
2
vmap.h
2
vmap.h
@ -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 */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user