Skip to content

Commit f92405b

Browse files
committed
fix formatting
1 parent d5f63a4 commit f92405b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

libclc/clc/lib/amdgpu/math/clc_half_exp.cl

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

99
#include <clc/math/clc_native_exp.h>
10-
10+
1111
#define __CLC_FUNC exp
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_exp10.cl

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

99
#include <clc/math/clc_native_exp10.h>
10-
10+
1111
#define __CLC_FUNC exp10
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_log.cl

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

99
#include <clc/math/clc_native_log.h>
10-
10+
1111
#define __CLC_FUNC log
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_log10.cl

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

99
#include <clc/math/clc_native_log10.h>
10-
10+
1111
#define __CLC_FUNC log10
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_log2.cl

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

99
#include <clc/math/clc_native_log2.h>
10-
10+
1111
#define __CLC_FUNC log2
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_recip.cl

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

99
#include <clc/math/clc_native_recip.h>
10-
10+
1111
#define __CLC_FUNC recip
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_rsqrt.cl

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

99
#include <clc/math/clc_native_rsqrt.h>
10-
10+
1111
#define __CLC_FUNC rsqrt
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

libclc/clc/lib/amdgpu/math/clc_half_sqrt.cl

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

99
#include <clc/math/clc_native_sqrt.h>
10-
10+
1111
#define __CLC_FUNC sqrt
1212
#define __FLOAT_ONLY
1313
#define __CLC_BODY <clc_half_native_unary.inc>

0 commit comments

Comments
 (0)