diff --git a/_servicedata b/_servicedata index e820220..901b448 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/llvm-mirror/libclc.git - 1ecb16dd7d8b8e9151027faab996f27b2ac508e3 + 45017385361603d6328997a2272d140e50786686 diff --git a/libclc-0.2.0+git.20181127.tar.xz b/libclc-0.2.0+git.20181127.tar.xz deleted file mode 100644 index c825a9c..0000000 --- a/libclc-0.2.0+git.20181127.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a7165587f35b668cca19e38620acf3209d53d4eb27c0f8b5a74a9371e5ba043 -size 124752 diff --git a/libclc-0.2.0+git.20190313.tar.xz b/libclc-0.2.0+git.20190313.tar.xz new file mode 100644 index 0000000..9416f7e --- /dev/null +++ b/libclc-0.2.0+git.20190313.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db1f16c990d95adfae99157440187b10caa4cae8ab87dfd3564dc447d7e92b8 +size 128500 diff --git a/libclc.changes b/libclc.changes index c4bcdea..a8a0c3c 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Mar 13 19:52:59 UTC 2019 - jimmy@boombatower.com + +- Update to version 0.2.0+git.20190313: + * sincos: Simplify declaration headers. + * fdim: Use binary_decl_tt.inc instead of custom inc file. + * nextafter: Use binary_decl_tt.inc instead of custom inc file. + * copysign: Use binary_decl_tt.inc instead of custom inc file. + * atan2pi: Use binary_decl_tt.inc instead of custom inc file. + * atan2: Use binary_decl_tt.inc instead of custom inc file. + * hypot: Use binary_decl_tt.inc instead of custom inc file + * Move unary_instrinsic.inc to private headers. + * Move binary_intrinsic.h to private headers. + * Move ternary_intrinsic.h to private headers. + * trunc: Remove llvm intrinsic from the header. + * round: Remove llvm intrinsic from the header + * rint: Remove llvm intrinsic from the header. + * floor: Remove llvm isntrinsic from the header. + * fabs: Remove llvm intrinsic from the header. + * ceil: Remove llvm intrinsic from the header. + * sqrt: Split function generation to a shared inc file. + * mad: Convert to standard ternary header + * travis: Deduplicate LLVM_CONFIG variable + * travis: Use gcc-6 for llvm-7 build + * Adjust documentation for git migration. + * Fix typos throughout the license files that somehow I and my reviewers all missed! + * Update the file headers across all of the LLVM projects in the monorepo to reflect the new license. + * Install new LLVM license structure and new developer policy. + * Update year in license files + * cmake: Install libraries to DATADIR from GNUInstallDirs + ------------------------------------------------------------------- Sat Jan 5 16:43:13 UTC 2019 - aaronpuchert@alice-dsl.net diff --git a/libclc.spec b/libclc.spec index 576ff9b..e9cffbc 100644 --- a/libclc.spec +++ b/libclc.spec @@ -17,7 +17,7 @@ Name: libclc -Version: 0.2.0+git.20181127 +Version: 0.2.0+git.20190313 Release: 0 Summary: OpenCL C programming language library License: BSD-3-Clause OR MIT