summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/cmake_utils/test_for_neon/neon_test.cpp
blob: a4abdbadeee68bef850ec338b34b9a9c00289ed3 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __ARM_NEON__
#else
#error "No NEON"
#endif
int main(){}


// ------------------------------------------------------------------------------------