Skip to content

Commit 51f5a1c

Browse files
committed
fix includes
1 parent eea3f1a commit 51f5a1c

File tree

14 files changed

+42
-42
lines changed

14 files changed

+42
-42
lines changed

libclc/opencl/include/clc/opencl/integer/abs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
9+
#ifndef __CLC_OPENCL_INTEGER_ABS_H__
10+
#define __CLC_OPENCL_INTEGER_ABS_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

1414
#define __CLC_BODY <clc/opencl/integer/abs.inc>
1515
#include <clc/integer/gentype.inc>
1616

17-
#endif // __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
17+
#endif // __CLC_OPENCL_INTEGER_ABS_H__

libclc/opencl/include/clc/opencl/integer/abs_diff.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_ABS_DIFF_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_ABS_DIFF_H__
9+
#ifndef __CLC_OPENCL_INTEGER_ABS_DIFF_H__
10+
#define __CLC_OPENCL_INTEGER_ABS_DIFF_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

1414
#define __CLC_BODY <clc/opencl/integer/abs_diff.inc>
1515
#include <clc/integer/gentype.inc>
1616

17-
#endif // __CLC_OPENCL_OPENCL_INTEGER_ABS_DIFF_H__
17+
#endif // __CLC_OPENCL_INTEGER_ABS_DIFF_H__

libclc/opencl/include/clc/opencl/integer/add_sat.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_ADD_SAT_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_ADD_SAT_H__
9+
#ifndef __CLC_OPENCL_INTEGER_ADD_SAT_H__
10+
#define __CLC_OPENCL_INTEGER_ADD_SAT_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_ADD_SAT_H__
21+
#endif // __CLC_OPENCL_INTEGER_ADD_SAT_H__

libclc/opencl/include/clc/opencl/integer/clz.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_CLZ_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_CLZ_H__
9+
#ifndef __CLC_OPENCL_INTEGER_CLZ_H__
10+
#define __CLC_OPENCL_INTEGER_CLZ_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_CLZ_H__
21+
#endif // __CLC_OPENCL_INTEGER_CLZ_H__

libclc/opencl/include/clc/opencl/integer/ctz.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_CTZ_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_CTZ_H__
9+
#ifndef __CLC_OPENCL_INTEGER_CTZ_H__
10+
#define __CLC_OPENCL_INTEGER_CTZ_H__
1111

1212
#if __OPENCL_C_VERSION__ >= CL_VERSION_2_0
1313

@@ -22,4 +22,4 @@
2222

2323
#endif // __OPENCL_C_VERSION__ >= CL_VERSION_2_0
2424

25-
#endif // __CLC_OPENCL_OPENCL_INTEGER_CTZ_H__
25+
#endif // __CLC_OPENCL_INTEGER_CTZ_H__

libclc/opencl/include/clc/opencl/integer/hadd.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_HADD_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_HADD_H__
9+
#ifndef __CLC_OPENCL_INTEGER_HADD_H__
10+
#define __CLC_OPENCL_INTEGER_HADD_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_HADD_H__
21+
#endif // __CLC_OPENCL_INTEGER_HADD_H__

libclc/opencl/include/clc/opencl/integer/mad24.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_MAD24_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_MAD24_H__
9+
#ifndef __CLC_OPENCL_INTEGER_MAD24_H__
10+
#define __CLC_OPENCL_INTEGER_MAD24_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_MAD24_H__
21+
#endif // __CLC_OPENCL_INTEGER_MAD24_H__

libclc/opencl/include/clc/opencl/integer/mad_hi.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_MAD_HI_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_MAD_HI_H__
9+
#ifndef __CLC_OPENCL_INTEGER_MAD_HI_H__
10+
#define __CLC_OPENCL_INTEGER_MAD_HI_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_MAD_HI_H__
21+
#endif // __CLC_OPENCL_INTEGER_MAD_HI_H__

libclc/opencl/include/clc/opencl/integer/mad_sat.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_MAD_SAT_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_MAD_SAT_H__
9+
#ifndef __CLC_OPENCL_INTEGER_MAD_SAT_H__
10+
#define __CLC_OPENCL_INTEGER_MAD_SAT_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_MAD_SAT_H__
21+
#endif // __CLC_OPENCL_INTEGER_MAD_SAT_H__

libclc/opencl/include/clc/opencl/integer/mul24.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef __CLC_OPENCL_OPENCL_INTEGER_MUL24_H__
10-
#define __CLC_OPENCL_OPENCL_INTEGER_MUL24_H__
9+
#ifndef __CLC_OPENCL_INTEGER_MUL24_H__
10+
#define __CLC_OPENCL_INTEGER_MUL24_H__
1111

1212
#include <clc/opencl/opencl-base.h>
1313

@@ -18,4 +18,4 @@
1818

1919
#undef FUNCTION
2020

21-
#endif // __CLC_OPENCL_OPENCL_INTEGER_MUL24_H__
21+
#endif // __CLC_OPENCL_INTEGER_MUL24_H__

0 commit comments

Comments
 (0)