diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2017-06-19 18:21:02 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2017-06-19 14:35:21 +0000 |
commit | 46e533c13a0945bf6be0c24dd71a9e4a380811a1 (patch) | |
tree | 5917344be0868be53a3c5730a885be7ebb6103a1 /src/conv_acc_sse_avx.c | |
parent | e4fe71c04fbe69581ba10f7b19158a4559b5a5d8 (diff) |
core/conv: update description headers for conv_acc_*
Change-Id: I00154776c8e7d346abcbaf9048ce04d9488bb458
Diffstat (limited to 'src/conv_acc_sse_avx.c')
-rw-r--r-- | src/conv_acc_sse_avx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conv_acc_sse_avx.c b/src/conv_acc_sse_avx.c index 5d9a82b7..2ad353a4 100644 --- a/src/conv_acc_sse_avx.c +++ b/src/conv_acc_sse_avx.c @@ -1,5 +1,6 @@ /* - * Intel SSE + AVX Viterbi decoder + * Accelerated Viterbi decoder implementation + * for architectures with both SSE3 and AVX2 support * * Copyright (C) 2013, 2014 Thomas Tsou <tom@tsou.cc> * |