mirror of https://github.com/xiph/flac
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);
|
||
|
}
|