Skip to content

Commit 6ffccea

Browse files
committed
[libclc][NFC] Remove binary_decl_tt.inc
This was performing the same role as binary_decl.inc.
1 parent 3f80359 commit 6ffccea

File tree

15 files changed

+14
-23
lines changed

15 files changed

+14
-23
lines changed

libclc/generic/include/clc/math/atan2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION atan2
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111

1212
#include <clc/math/gentype.inc>
1313

libclc/generic/include/clc/math/atan2pi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION atan2pi
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111

1212
#include <clc/math/gentype.inc>
1313

libclc/generic/include/clc/math/binary_decl_tt.inc

Lines changed: 0 additions & 9 deletions
This file was deleted.

libclc/generic/include/clc/math/copysign.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION copysign
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111

1212
#include <clc/math/gentype.inc>
1313

libclc/generic/include/clc/math/fdim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION fdim
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111

1212
#include <clc/math/gentype.inc>
1313

libclc/generic/include/clc/math/fmod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION fmod
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111
#include <clc/math/gentype.inc>
1212
#undef __CLC_FUNCTION

libclc/generic/include/clc/math/half_divide.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
9+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1010
#define __CLC_FUNCTION half_divide
1111

1212
#include <clc/math/gentype.inc>

libclc/generic/include/clc/math/half_powr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
9+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1010
#define __CLC_FUNCTION half_powr
1111

1212
#include <clc/math/gentype.inc>

libclc/generic/include/clc/math/hypot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION hypot
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111

1212
#include <clc/math/gentype.inc>
1313

libclc/generic/include/clc/math/maxmag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
9+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1010
#define __CLC_FUNCTION maxmag
1111

1212
#include <clc/math/gentype.inc>

libclc/generic/include/clc/math/minmag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
9+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1010
#define __CLC_FUNCTION minmag
1111

1212
#include <clc/math/gentype.inc>

libclc/generic/include/clc/math/nextafter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION nextafter
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111

1212
#include <clc/math/gentype.inc>
1313

libclc/generic/include/clc/math/pow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION pow
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111
#include <clc/math/gentype.inc>
1212
#undef __CLC_BODY
1313
#undef __CLC_FUNCTION

libclc/generic/include/clc/math/powr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION powr
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111
#include <clc/math/gentype.inc>
1212
#undef __CLC_BODY
1313
#undef __CLC_FUNCTION

libclc/generic/include/clc/math/remainder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#define __CLC_FUNCTION remainder
10-
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
10+
#define __CLC_BODY <clc/shared/binary_decl.inc>
1111
#include <clc/math/gentype.inc>
1212
#undef __CLC_FUNCTION

0 commit comments

Comments
 (0)