File tree Expand file tree Collapse file tree 10 files changed +30
-26
lines changed
generic/include/clc/integer Expand file tree Collapse file tree 10 files changed +30
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44#include <clc/clcfunc.h>
55#include <clc/clctypes.h>
66
7- #define FUNCTION __clc_hadd
8- #define __CLC_BODY " binary_decl.h"
7+ #define __CLC_FUNCTION __clc_hadd
8+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
99
1010#include <clc/integer/gentype.inc>
1111
1212#undef __CLC_BODY
13- #undef FUNCTION
13+ #undef __CLC_FUNCTION
1414
1515#endif // __CLC_INTEGER_CLC_HADD_H__
Original file line number Diff line number Diff line change 44#include <clc/clcfunc.h>
55#include <clc/clctypes.h>
66
7- #define FUNCTION __clc_mul24
8- #define __CLC_BODY " binary_decl.h"
7+ #define __CLC_FUNCTION __clc_mul24
8+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
99
1010#include <clc/integer/gentype24.inc>
1111
1212#undef __CLC_BODY
13- #undef FUNCTION
13+ #undef __CLC_FUNCTION
1414
1515#endif // __CLC_INTEGER_CLC_MUL24_H__
Original file line number Diff line number Diff line change 44#include <clc/clcfunc.h>
55#include <clc/clctypes.h>
66
7- #define FUNCTION __clc_mul_hi
8- #define __CLC_BODY " binary_decl.h"
7+ #define __CLC_FUNCTION __clc_mul_hi
8+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
99
1010#include <clc/integer/gentype.inc>
1111
1212#undef __CLC_BODY
13- #undef FUNCTION
13+ #undef __CLC_FUNCTION
1414
1515#endif // __CLC_INTEGER_CLC_MUL_HI_H__
Original file line number Diff line number Diff line change 44#include <clc/clcfunc.h>
55#include <clc/clctypes.h>
66
7- #define FUNCTION __clc_rhadd
8- #define __CLC_BODY " binary_decl.h"
7+ #define __CLC_FUNCTION __clc_rhadd
8+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
99
1010#include <clc/integer/gentype.inc>
1111
1212#undef __CLC_BODY
13- #undef FUNCTION
13+ #undef __CLC_FUNCTION
1414
1515#endif // __CLC_INTEGER_CLC_RHADD_H__
Original file line number Diff line number Diff line change 1+ _CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE __CLC_FUNCTION(__CLC_GENTYPE x,
2+ __CLC_GENTYPE y);
Original file line number Diff line number Diff line change 1- #define FUNCTION hadd
2- #define __CLC_BODY " binary_decl.h"
1+ #define __CLC_FUNCTION hadd
2+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
33
44#include <clc/integer/gentype.inc>
55
6- #undef FUNCTION
6+ #undef __CLC_BODY
7+ #undef __CLC_FUNCTION
Original file line number Diff line number Diff line change 1- #define FUNCTION mul24
2- #define __CLC_BODY " binary_decl.h"
1+ #define __CLC_FUNCTION mul24
2+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
33
44#include <clc/integer/gentype24.inc>
55
6- #undef FUNCTION
6+ #undef __CLC_BODY
7+ #undef __CLC_FUNCTION
Original file line number Diff line number Diff line change 1- #define FUNCTION mul_hi
2- #define __CLC_BODY " binary_decl.h"
1+ #define __CLC_FUNCTION mul_hi
2+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
33
44#include <clc/integer/gentype.inc>
55
6- #undef FUNCTION
6+ #undef __CLC_BODY
7+ #undef __CLC_FUNCTION
Original file line number Diff line number Diff line change 1- #define FUNCTION rhadd
2- #define __CLC_BODY " binary_decl.h"
1+ #define __CLC_FUNCTION rhadd
2+ #define __CLC_BODY <clc/shared/ binary_decl.inc>
33
44#include <clc/integer/gentype.inc>
55
6- #undef FUNCTION
6+ #undef __CLC_BODY
7+ #undef __CLC_FUNCTION
You can’t perform that action at this time.
0 commit comments