Skip to content

Commit

Permalink
conv: Remove extra const specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
openphy committed Jun 27, 2018
1 parent 8ed2904 commit 6de1f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conv_sse.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ __always_inline void _sse_metrics_k5_n4(const int16_t *val,
* before computing branch metrics to avoid register spilling.
*/
__always_inline void _sse_metrics_k7_n2(const int16_t *val,
const const int16_t *out,
const int16_t *out,
int16_t *sums,
int16_t *paths,
int norm)
Expand Down

0 comments on commit 6de1f46

Please sign in to comment.