Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c3af6799d4c8ec4b338236e4361c0795e9af890a
/
.
/
test
/
PCH
/
ext_vector.h
blob: 39ab9233584dc5cfaaeafcbf065267f37772ecae [
file
] [
log
] [
blame
]
// Header file for ext_vector.c PCH test
typedef
__attribute__
((
ext_vector_type
(
2
)))
float
float2
;
typedef
__attribute__
((
ext_vector_type
(
4
)))
float
float4
;