Skip to content

Commit 0e79e9b

Browse files
committed
moved mangle_common.cl to mangle_common.h
1 parent 54e3c5e commit 0e79e9b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

libclc/amdgcn-amdhsa/libspirv/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ math/log.cl
3737
math/log10.cl
3838
math/log1p.cl
3939
math/logb.cl
40+
math/mangle_common.h
4041
math/modf.cl
4142
math/nextafter.cl
4243
math/pow.cl

libclc/amdgcn-amdhsa/libspirv/math/frexp.cl

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

9-
#include "mangle_common.cl"
9+
#include "mangle_common.h"
1010
#include <spirv/spirv.h>
1111
#include <utils.h>
1212

libclc/amdgcn-amdhsa/libspirv/math/modf.cl

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

9-
#include "mangle_common.cl"
9+
#include "mangle_common.h"
1010
#include <spirv/spirv.h>
1111
#include <utils.h>
1212

libclc/amdgcn-amdhsa/libspirv/math/sincos.cl

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

9-
#include "mangle_common.cl"
9+
#include "mangle_common.h"
1010
#include <spirv/spirv.h>
1111
#include <utils.h>
1212

0 commit comments

Comments
 (0)