search for: 358165c

Displaying 1 result from an estimated 1 matches for "358165c".

Did you mean: 358135
2016 Aug 26
2
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
...inVec2, scale, len, arch) ((void)(arch),silk_inner_prod_aligned_scale_neon(inVec1, inVec2, scale, len)) +# endif +# endif + +#endif /* end INNER_PROD_ALIGNED_ARM_H */ diff --git a/silk/arm/inner_prod_aligned_neon_intr.c b/silk/arm/inner_prod_aligned_neon_intr.c new file mode 100644 index 0000000..358165c --- /dev/null +++ b/silk/arm/inner_prod_aligned_neon_intr.c @@ -0,0 +1,66 @@ +/* Copyright (c) 2016 Google Inc. */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions o...