forked from OSchip/llvm-project
geometric/floatn.inc: Add vec8 and vec16 types
llvm-svn: 276495
This commit is contained in:
parent
544ae6c4f3
commit
ff13926a60
|
@ -19,6 +19,14 @@
|
|||
#include __CLC_BODY
|
||||
#undef __CLC_FLOATN
|
||||
|
||||
#define __CLC_FLOATN float8
|
||||
#include __CLC_BODY
|
||||
#undef __CLC_FLOATN
|
||||
|
||||
#define __CLC_FLOATN float16
|
||||
#include __CLC_BODY
|
||||
#undef __CLC_FLOATN
|
||||
|
||||
#undef __CLC_FLOAT
|
||||
#undef __CLC_FPSIZE
|
||||
|
||||
|
@ -46,6 +54,14 @@
|
|||
#include __CLC_BODY
|
||||
#undef __CLC_FLOATN
|
||||
|
||||
#define __CLC_FLOATN double8
|
||||
#include __CLC_BODY
|
||||
#undef __CLC_FLOATN
|
||||
|
||||
#define __CLC_FLOATN double16
|
||||
#include __CLC_BODY
|
||||
#undef __CLC_FLOATN
|
||||
|
||||
#undef __CLC_FLOAT
|
||||
#undef __CLC_FPSIZE
|
||||
|
||||
|
|
Loading…
Reference in New Issue