Files
dl/third/flac/cmake/CheckA64NEON.c.in
2026-09-16 14:07:40 +08:00

7 lines
92 B
Plaintext
Vendored

#include <arm_neon.h>
int main (void)
{
float64x2_t tmp;
tmp = vdupq_n_f64(0.0f);
}