index
:
flac
debian
progress-linux
upstream
debian-backports: flac
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
CheckA64NEON.c.in
blob: 4d43d4fa5e86ca6c1e7a813d9f75a76835f7220f (
plain
)
1
2
3
4
5
6
#include <arm_neon.h> int main (void) { float64x2_t tmp; tmp = vdupq_n_f64(0.0f); }