diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-02-06 10:31:28 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-02-13 14:56:39 -0500 |
commit | 298623615b249de459cd12b5507dab921fc3210b (patch) | |
tree | fb1b3d7f3e115a0b18d9048df4dd9ba73eb6f01b /volk/apps | |
parent | 47c390286d49e00498a3443a3dcb9f83d11c7ecc (diff) |
volk: added unaligned version of adding 2 vectors.
Diffstat (limited to 'volk/apps')
-rw-r--r-- | volk/apps/volk_profile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc index f5f730df12..712c32bce9 100644 --- a/volk/apps/volk_profile.cc +++ b/volk/apps/volk_profile.cc @@ -34,6 +34,7 @@ int main(int argc, char *argv[]) { VOLK_PROFILE(volk_16u_byteswap_a, 0, 0, 204600, 10000, &results); VOLK_PROFILE(volk_32f_accumulator_s32f_a, 1e-4, 0, 204600, 10000, &results); VOLK_PROFILE(volk_32f_x2_add_32f_a, 1e-4, 0, 204600, 10000, &results); + VOLK_PROFILE(volk_32f_x2_add_32f_u, 1e-4, 0, 204600, 10000, &results); VOLK_PROFILE(volk_32fc_32f_multiply_32fc_a, 1e-4, 0, 204600, 1000, &results); VOLK_PROFILE(volk_32fc_s32f_power_32fc_a, 1e-4, 0, 204600, 50, &results); VOLK_PROFILE(volk_32f_s32f_calc_spectral_noise_floor_32f_a, 1e-4, 20.0, 204600, 1000, &results); |