File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
libclc/clc/lib/amdgpu/math Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments