summaryrefslogtreecommitdiff
path: root/probe/HAVE_EMMINTRIN_H
blob: 290e5531900bd1061edc7ef62fdf767d9e487ded (plain)
1
2
3
4
#include <emmintrin.h>
int main(void) {
	return 0;
}