Commit 94cff210 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Rebasing error addressed

parent 3398b6ea
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -777,7 +777,6 @@ void v_sub_fixed(
    return;
}

#ifdef VEC_ARITH_OPT_v1
void v_sub_fixed_no_hdrm(
    const Word32 x1[], /* i  : Input vector 1                                   */
    const Word32 x2[], /* i  : Input vector 2                                   */
@@ -795,7 +794,6 @@ void v_sub_fixed_no_hdrm(

    return;
}
#endif /* VEC_ARITH_OPT_v1 */

/*-------------------------------------------------------------------*
 * v_multc_fixed()