Skip to content

Commit 0449fc9

Browse files
committed
remove redundant declaration
1 parent e684326 commit 0449fc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/CL/__spirv/spirv_ops.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,6 @@ __spirv_ocl_printf(const __attribute__((opencl_constant)) char *Format, ...);
755755
extern SYCL_EXTERNAL int __spirv_ocl_printf(const char *Format, ...);
756756
#endif
757757

758-
extern SYCL_EXTERNAL __SYCL_EXPORT uint16_t __clc_fabs(uint16_t) noexcept;
759-
760758
#define __CLC_BF16(...) \
761759
extern SYCL_EXTERNAL __SYCL_EXPORT __VA_ARGS__ __clc_fabs(__VA_ARGS__) noexcept; \
762760
extern SYCL_EXTERNAL __SYCL_EXPORT __VA_ARGS__ __clc_fmin(__VA_ARGS__, __VA_ARGS__) noexcept; \

0 commit comments

Comments
 (0)