CheckA64NEON.c.in 92 B

123456
  1. #include <arm_neon.h>
  2. int main (void)
  3. {
  4. float64x2_t tmp;
  5. tmp = vdupq_n_f64(0.0f);
  6. }