aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/PixelValue.h
diff options
context:
space:
mode:
authorgiuros01 <giuseppe.rossini@arm.com>2018-09-19 18:38:48 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit88b836206e1e4463db2eac4b36d2d7fc8ae2490c (patch)
treeaeff69681c52c7a2a19fea88b398508d2f9f0217 /arm_compute/core/PixelValue.h
parente55b40a4d0cc5a82b8f0fd9ffec203ded9f3c63d (diff)
downloadComputeLibrary-88b836206e1e4463db2eac4b36d2d7fc8ae2490c.tar.gz
[COMPMID-1593] CLPad failing
Change-Id: Id1604fbf3b8fc98d5b45fa8266dd8182cf0ce204 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/149137 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/PixelValue.h')
-rw-r--r--arm_compute/core/PixelValue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/PixelValue.h b/arm_compute/core/PixelValue.h
index ce3726b6fc..31705bd740 100644
--- a/arm_compute/core/PixelValue.h
+++ b/arm_compute/core/PixelValue.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,7 +36,7 @@ class PixelValue
public:
/** Default constructor: value initialized to 0 */
PixelValue()
- : value{ { 0 } }
+ : value{ { uint64_t(0) } }
{
}
/** Initialize the union with a U8 pixel value