You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
179 B
10 lines
179 B
4 months ago
|
#include <clc/clc.h>
|
||
|
|
||
|
#define divide(x,y) (x/y)
|
||
|
|
||
|
#define __CLC_FUNC divide
|
||
|
#define __CLC_BODY <half_binary.inc>
|
||
|
#define __FLOAT_ONLY
|
||
|
#include <clc/math/gentype.inc>
|
||
|
#undef divide
|