summaryrefslogtreecommitdiff
path: root/vector.h
blob: 7633c154f503053d5f2f476f480d805496798494 (plain)
1
2
3
4
5
#pragma once

typedef double double2 __attribute__ ((vector_size (sizeof (double)*2)));
typedef double double4 __attribute__ ((vector_size (sizeof (double)*4)));