Skip to content

Commit 3646e40

Browse files
committed
Remove 64 bits length case for new style case. 64 bits used only for old style.
Signed-off-by: Zeev Belinsky <zbelinsk@qti.qualcomm.com>
1 parent 94fefd7 commit 3646e40

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

libs/h2_compat/vecaccess/h2_vecaccess.ref.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ int h2_vecaccess_unit_init(h2_vecaccess_state_t *vacc, unsigned int req, h2_copr
5858
h2_sem_init_val(&vacc->sem, h2_coproc_count(type, subtype, entry_type, unit_mask));
5959
break;
6060

61-
case H2_VECACCESS_HVX_64:
62-
if ((ret = h2_hwconfig_vlength(H2_VECACCESS_VLENGTH_64)) <0) return ret;
63-
vacc->ext = H2_VECACCESS_EXT_HVX;
64-
vacc->length = H2_VECACCESS_VLENGTH_64;
65-
h2_sem_init_val(&vacc->sem, h2_coproc_count(type, subtype, entry_type, unit_mask));
66-
break;
67-
6861
case H2_VECACCESS_HVX_128:
6962
case H2_VECACCESS_HVX_MAX:
7063
if ((ret = h2_hwconfig_vlength(H2_VECACCESS_VLENGTH_128)) <0) return ret;

0 commit comments

Comments
 (0)