diff options
author | Nicholas Corgan <n.corgan@gmail.com> | 2021-05-07 14:10:19 -0500 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2021-05-13 14:50:15 +0200 |
commit | e1dfa8c62b31661d249f3d0f6a0395b01a2e21f9 (patch) | |
tree | bc99310e466df9c5c9c28353ed71f9acc097ff74 /gr-blocks/python | |
parent | 406bd0ab8add97083ec03c724d857001130c88a0 (diff) |
blocks: use VOLK popcnt implementations for count_bits
* Changed count_bits64 input parameter type to uint64_t
Signed-off-by: Nicholas Corgan <n.corgan@gmail.com>
Diffstat (limited to 'gr-blocks/python')
-rw-r--r-- | gr-blocks/python/blocks/bindings/count_bits_python.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/python/blocks/bindings/count_bits_python.cc b/gr-blocks/python/blocks/bindings/count_bits_python.cc index c82d97ebb3..eb67b6dad6 100644 --- a/gr-blocks/python/blocks/bindings/count_bits_python.cc +++ b/gr-blocks/python/blocks/bindings/count_bits_python.cc @@ -1,5 +1,5 @@ /* - * Copyright 2020 Free Software Foundation, Inc. + * Copyright 2020-2021 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(count_bits.h) */ -/* BINDTOOL_HEADER_FILE_HASH(da855d7f097f40a02197ebb030104cfc) */ +/* BINDTOOL_HEADER_FILE_HASH(b999075adec115941653f24e8e41f18b) */ /***********************************************************************************/ #include <pybind11/complex.h> |