95e2c52980
Add NEON intrinsics routines for lpc_compute_residual_from_qlp_coefficients and lpc_compute_residual_from_qlp_coefficients_wide
7 lines
92 B
C
7 lines
92 B
C
#include <arm_neon.h>
|
|
int main (void)
|
|
{
|
|
float64x2_t tmp;
|
|
tmp = vdupq_n_f64(0.0f);
|
|
}
|