diff -Nru libclc-0.2.0+git20180501.2201.e4c03a8~b~padoka0/debian/changelog libclc-0.2.0+git20180502.1646.cb89446~b~padoka0/debian/changelog --- libclc-0.2.0+git20180501.2201.e4c03a8~b~padoka0/debian/changelog 2018-05-02 01:01:50.000000000 +0000 +++ libclc-0.2.0+git20180502.1646.cb89446~b~padoka0/debian/changelog 2018-05-02 19:46:31.000000000 +0000 @@ -1,9 +1,9 @@ -libclc (0.2.0+git20180501.2201.e4c03a8~b~padoka0) bionic; urgency=medium +libclc (0.2.0+git20180502.1646.cb89446~b~padoka0) bionic; urgency=medium * Checkout from master git branch up to commit - e4c03a8cab3f55367f1093911d006c00bb2a3dc4 + cb89446c61f191a8934e7dc7fff9c8f46a75a2b0 - -- Paulo Dias Tue, 01 May 2018 22:01:50 -0300 + -- Paulo Dias Wed, 02 May 2018 16:46:31 -0300 libclc (0.2.0+git20150813-2) unstable; urgency=medium diff -Nru libclc-0.2.0+git20180501.2201.e4c03a8~b~padoka0/generic/include/math/clc_sqrt.h libclc-0.2.0+git20180502.1646.cb89446~b~padoka0/generic/include/math/clc_sqrt.h --- libclc-0.2.0+git20180501.2201.e4c03a8~b~padoka0/generic/include/math/clc_sqrt.h 2017-11-05 00:24:26.000000000 +0000 +++ libclc-0.2.0+git20180502.1646.cb89446~b~padoka0/generic/include/math/clc_sqrt.h 2018-05-02 19:45:25.000000000 +0000 @@ -1,29 +1,5 @@ -/* - * Copyright (c) 2015 Advanced Micro Devices, Inc. - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - */ - -#ifdef cl_khr_fp64 -#pragma OPENCL EXTENSION cl_khr_fp64 : enable -#endif - -#define __CLC_BODY +#define __CLC_FUNCTION __clc_sqrt +#define __CLC_BODY #include #undef __CLC_BODY +#undef __CLC_FUNCTION diff -Nru libclc-0.2.0+git20180501.2201.e4c03a8~b~padoka0/generic/include/math/clc_sqrt.inc libclc-0.2.0+git20180502.1646.cb89446~b~padoka0/generic/include/math/clc_sqrt.inc --- libclc-0.2.0+git20180501.2201.e4c03a8~b~padoka0/generic/include/math/clc_sqrt.inc 2017-11-05 00:24:26.000000000 +0000 +++ libclc-0.2.0+git20180502.1646.cb89446~b~padoka0/generic/include/math/clc_sqrt.inc 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2015 Advanced Micro Devices, Inc. - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - */ - -_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE __clc_sqrt(__CLC_GENTYPE a);