diff options
Diffstat (limited to 'volk/orc/Makefile.am')
-rw-r--r-- | volk/orc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/volk/orc/Makefile.am b/volk/orc/Makefile.am index 5d82f540f..3f155d0be 100644 --- a/volk/orc/Makefile.am +++ b/volk/orc/Makefile.am @@ -29,7 +29,8 @@ volk_32f_sqrt_aligned16_orc_impl.orc \ volk_8s_convert_16s_aligned16_orc_impl.orc \ volk_8s_convert_32f_aligned16_orc_impl.orc \ volk_32s_and_aligned16_orc_impl.orc \ -volk_32f_add_aligned16_orc_impl.orc +volk_32f_add_aligned16_orc_impl.orc \ +volk_16u_byteswap_aligned16_orc_impl.orc |