Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libclc-0.2.0+llvm21.1.0-160099.1.1 RPM for noarch

From OpenSuSE Leap 16.1 for noarch

Name: libclc Distribution: SUSE Linux 16
Version: 0.2.0+llvm21.1.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160099.1.1 Build date: Thu Jan 22 15:05:24 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 73690265 Source RPM: libclc-0.2.0+llvm21.1.0-160099.1.1.src.rpm
Packager: https://www.suse.com/
Url: https://libclc.llvm.org/
Summary: OpenCL C programming language library
Library requirements of the OpenCL C programming language.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception AND (BSD-3-Clause OR MIT)

Changelog

* Thu Jan 22 2026 sndirsch@suse.com
  - BuildRequire clang21-devel/llvm21-devel, no matter which
    suse_version/sle_version is being used
* Mon Sep 22 2025 sndirsch@suse.com
  - let Leap 15.6 llvm/clang 21
* Wed Sep 10 2025 aaronpuchert@alice-dsl.net
  - Update to version 21.1.0.
    * Move (add|sub)_sat to CLC; optimize
    * Move several integer functions to CLC library
    * Remove use of symlinks
    * Move mad_sat to CLC; optimize for vector types
    * Move rotate to CLC library; optimize
    * Allow default path when looking for llvm-spirv
    * Have all targets build all CLC functions
    * Move sign to the CLC builtins library
    * Move conversion builtins to the CLC library
    * [cmake] Fix per-target *_convert.cl dependencies
    * Fix dependencies on generated convert builtins
    * Disable external-calls testing for clspv targets
    * Suppress data-layout warnings during linking
    * Use CLC conversion builtins in CLC functions
    * Replace gfx940 and gfx941 with gfx942
    * Improve nextafter behaviour around zero
    * Clean up directory search procedure
    * Explicitly qualify private address spaces
    * Move modf to the CLC library
    * Move frexp to CLC library; optimize half vecs
    * Define macros for users of gentype.inc
    * Fix int<->float conversion builtins
    * Move fma to the CLC library
    * Remove clspv-specific clc conversions
    * Move nan to the CLC library
    * Stop using asm declarations for r600 on amdgcn for
      get_global_size
    * Move log/log2/log10 to CLC library
    * Move round to CLC library
    * Move __clc_ldexp to CLC library
    * Make CLC library warning-free
    * Move sqrt to CLC library
    * Move rsqrt to the CLC library
    * Move hypot to CLC library; optimize
    * Reduce bithacking in CLC frexp
    * Stop installing CLC headers
    * Add missing gfx950 target
    * Update license headers
    * add --only-needed to llvm-link when INTERNALIZE flag is set
    * link_bc target should depends on target
      builtins.link.clc-arch_suffix
    * Add license headers to files missing them
    * Relicense gen_convert.py
    * erfc: fix fp32 implementation in FTZ mode
    * Move fp32 sincos helpers to CLC library
    * Add missing license headers to source IR files
    * Move asin/acos/atan to the CLC library
    * Move asinpi/acospi/atanpi to the CLC library
    * Move log1p/asinh/acosh/atanh to the CLC library
    * Move atan2/atan2pi to the CLC library
    * Move fmod, remainder & remquo to the CLC library
    * Pass -fapprox-func when compiling 'native' builtins
    * Move pow, powr & pown to the CLC library
    * Implement native_exp2 via AMD builtin
    * Fix unresolved reference to missing table
    * Move rootn to the CLC library; optimize
    * Move several 'native' builtins to CLC library
    * Move sinpi/cospi/tanpi to the CLC library
    * Move exp10 to the CLC library
    * Move exp, exp2 and expm1 to the CLC library
    * Move cbrt to the CLC library; vectorize
    * Move lgamma, lgamma_r & tgamma to CLC library
    * Move sinh, cosh & tanh to the CLC library
    * Move native_(exp10|powr|tan) to CLC library
    * clspv: add a dummy implememtation for mul_hi
    * frexp: fix implementation regarding denormals
    * Move shuffle/shuffle2 to the CLC library
    * clspv: fma: remove fp16 implementation
    * Fix commands in compile_to_bc are executed sequentially
    * Add ctz built-in implementation to clc and generic
    * Build for OpenCL 3.0
    * Fix unguarded use of image types
    * Re-enable compiler warning
    * only check filename part of the source for avoiding duplication
    * Remove unnecessary clcmacros.h
    * Remove (vload|vstore)_half helpers
    * Move fmin & fmax to CLC library
    * Move fract to the CLC library
    * Move fdim to CLC library; simplify
    * Avoid casting NANs & literals to 'gentype'
    * Add v3 variants of async_work_group_copy/
      async_work_group_strided_copy/prefetch
    * Clean up unnecessary #undef __CLC_BODYs
    * Move minmag & maxmag to the CLC library
    * Move log2/log10 tables to CLC tables impl
    * Move sin, cos & sincos to CLC library
    * Move tan to the CLC library
    * Move 'half' builtins to CLC library
    * Move (fast) length & distance to CLC library
    * Move logb/ilogb to CLC library; optimize
    * Move cross to CLC library; add missing half overloads
    * Improving vector code generated from scalar code
    * Append file_specific_compile_options after ARG_COMPILE_FLAGS
    * Mov erf & erfc to CLC library
    * Reorganize OpenCL builtins
    * Fix header inclusion issues
    * Re-use shuffle_decl.inc in OpenCL shuffle2 declaration
    * Move all remquo address spaces to CLC library
    * Support the generic address space
    * Move step to the CLC library; add missing half variants
    * Move vload & vstore to CLC library
    * Move prefetch to clc library
    * clspv: do not set generic_addrspace_val
    * Add (fast) normalize to CLC; add half overloads
    * Support LLVM_ENABLE_RUNTIMES when building
    * Avoid out-of-range float-to-int.
    * Add __clc_nan implementation with signed nancode argument
    * Add missing clc_lgamma_r with generic address space pointer arg
    * Reduce include usage in OpenCL builtins
    * Fix typo in OpenCL header math/sincos.h
    * Tighten OpenCL builtin include strategy
    * Remove catch-all opencl/clc.h
    * Declare workitem built-ins in clc, move ptx-nvidiacl workitem
      built-ins into clc
  - Headers are no longer included.
* Sat Apr 05 2025 sndirsch@suse.com
  - Update to version 20.1.0 (boo#1240848);changes since 19.1.0:
    * Disable external-calls testing for clspv targets (#127529)
    * Allow default path when looking for llvm-spirv (#126071)
    * Clang-format includes
    * Optimize isfpclass-like CLC builtins (#124145)
    * clspv: add missing clc_isnan.cl dependency (#124614)
    * Move key math headers to CLC (#124739)
    * Move copysign to CLC library; fix & optimize (#124598)
    * Optimize CLC vector any/all builtins (#124568)
    * Optimize CLC vector is(un)ordered builtins (#124546)
    * Optimize CLC vector relational builtins (#124537)
    * Move nextafter to the CLC library (#124097)
    * Don't rely on fp16 pragma guards in headers (#122751)
    * Route int bitselect through CLC; add half (#123653)
    * Route select through __clc_select (#123647)
    * Move mad to the CLC library (#123607)
    * Rename include guards. NFC.
    * Move degrees/radians to CLC library & optimize (#123222)
    * Move smoothstep to CLC and optimize its codegen (#123183)
    * Add missing includes to CLC headers (#118654)
    * Add Maintainers.md for libclc (#118309)
    * Optimize ceil/fabs/floor/rint/trunc (#119596)
    * "[libclc] Create aliases with custom_command (#115885)" (#116025)
    * "[libclc] Create aliases with custom_command (#115885)" for causing: https://github.com/llvm/llvm-project/issues/115942
    * Add some include guards to CLC declarations. NFC
    * Create aliases with custom_command (#115885)
    * Avoid using undefined vector3 components (#115857)
    * Use builtin_convertvector to convert between vector types (#115865)
    * Correct use of CLC macro on two definitions
    * Move relational functions to the CLC library (#115171)
    * Use __clc_max in CLC functions
    * Move abs/abs_diff to CLC library
    * Move clcmacro.h to CLC library. NFC (#114845)
    * Move ceil/fabs/floor/rint/trunc to CLC library (#114774)
    * Format clc_fma.cl. NFC
    * Format clc_tan.cl. NFC
    * Add some include guards and format a file
    * Move min/max/clamp into the CLC builtins library (#114386)
    * Restore header order, which formatting broke
    * Format clc_ldexp.cl and clc_hypot.cl. NFC
    * Create an internal 'clc' builtins library
    * Split off library build system into helpers
    * Add a new target for gfx1153 (#113138)
    * Give a helpful error when an unknown target is requested (#111528)
    * Convert README to Markdown (#111549)
    * Update build instructions in readme (#111369)
    * Remove mention of BSD license in readme (#111371)
    * Fix installation w/ ENABLE_RUNTIME_SUBNORMAL (#109926)
    * More cross compilation fixes (#97811)
  - require llvm20/clang20 on sle15 >= sp6
  - supersedes fix-cmake-install.patch
* Fri Mar 07 2025 sndirsch@suse.com
  - buildrequire LLVMSPIRVLib also on SLE15
* Thu Dec 12 2024 sndirsch@suse.com
  - require llvm19/clang19 on sle15 >= sp6
* Mon Dec 09 2024 sndirsch@suse.com
  - use clang19-devel, llvm19-devel for sle15-sp7
* Sat Sep 21 2024 aaronpuchert@alice-dsl.net
  - Update to version 19.1.0.
    * Improved 16-bit floating-point support.
  - Add fix-cmake-install.patch to fix syntax error in CMake code.
* Mon Mar 18 2024 sndirsch@suse.com
  - use clang18-devel, llvm18-devel also for Leap 15.6/15.5 in order to
    fix build
* Sat Mar 09 2024 aaronpuchert@alice-dsl.net
  - Update to version 18.1.0.
    * Fix signed integer underflow in abs_diff.
    * Teach prepare-builtins how to handle text-based IR.
    * Add half implementation for erf/erfc.
    * Add missing AMD gfx symlinks.
* Mon Nov 20 2023 sndirsch@suse.com
  - let sle15-sp6 require llvm17/clang17
* Wed Sep 20 2023 aaronpuchert@alice-dsl.net
  - Update to version 17.0.1.
    * No changelog was made available
* Wed Mar 22 2023 aaronpuchert@alice-dsl.net
  - Update to version 16.0.0.
  - Drop cmake-flags-concat.patch that landed upstream.
  - Enable opaque pointers now that Mesa seems to support them.
  - Add PGP signatures and keyring for source verification.
* Sat Jan 28 2023 aaronpuchert@alice-dsl.net
  - Add support for SPIR-V targets on Tumbleweed.
* Sat Nov 05 2022 sndirsch@suse.com
  - build with llvm15/clang15 on sle15-sp5/Leap 15.5
* Sun Oct 16 2022 aaronpuchert@alice-dsl.net
  - Fix build on Leap by adding "-Xclang -no-opaque-pointers" only
    for Clang 15 and newer.
* Thu Sep 29 2022 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+llvm15.0.0.
  - Compile without opaque pointers for now because Mesa doesn't
    support them yet.
  - Add cmake-flags-concat.patch to ensure proper concatenation of
    build flags: CMAKE_<LANG>_FLAGS is a string and not a list.
* Thu Aug 25 2022 sndirsch@suse.com
  - fixed build on Leap 15.3 by buildrequiring clang13/llvm13
* Fri Apr 01 2022 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+llvm14.0.0.
* Mon Nov 15 2021 sndirsch@suse.com
  - reverted previous change (boo#1192675)
* Sun Nov 14 2021 sndirsch@suse.com
  - create /usr/lib64/clc compatibility symlink (boo#1192675)
  - due to above no longer noarch package
* Sat Oct 02 2021 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+llvm13.0.0.
  - Make it easier to build release candidates.
* Wed Sep 29 2021 sndirsch@suse.com
  - fixed broken %{_llvm_sonum} in libcl(llvm%{_llvm_sonum}) Provides
    by buildrequiring appropriate llvm/clang -devel packages
* Wed Sep 29 2021 sndirsch@suse.com
  - needed for jira#SLE/SLE-18743 (Mesa update for sle15-sp4/Leap 15.4)
* Wed Apr 14 2021 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+llvm12.0.0.
* Sat Jan 09 2021 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+llvm11.0.1.
* Fri Oct 30 2020 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+llvm11.0.0.
    The repository that we extracted the tarball from isn't updated
    any longer. So we take the tarballs from LLVM releases instead.
  - The build now uses CMake instead of a custom Python script.
  - Remove dependencies on gcc, libstdc++-devel, ncurses and zlib.
  - The provided package consists of LLVM bitcode files, which are
    not necessarily backwards-compatible across major versions.
    (https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility)
    So we let the package provide a symbol libclc(llvmXX).
  - The library files have moved from %{_libdir} to %{_datadir}.
  - Make noarch: the bitcode files don't depend on the host CPU.
* Thu Sep 26 2019 mpluskal@suse.com
  - Update to version 0.2.0+git.20190805:
    * Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC"
    * Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
    * travis: Add LLVM-8 build
  - Small spec file updates
* Tue Mar 19 2019 dimstar@opensuse.org
  - Update License tag to (BSD-3-Clause or MIT) and Apache-2.0 WITH
    LLVM-exception after legal review.
* Wed Mar 13 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 05 2019 aaronpuchert@alice-dsl.net
  - Update to version 0.2.0+git.20181127, which fixes issues with amdgcn:
    * travis: Add cmake build
    * Add cmake build system
    * r600: Remove empty OVERRIDES file
    * amdgcn: Consolidate atomic minmax helpers
    * configure: Add target specific asm rule.
    * configure: provide llvm_as helper variable
    * r600: Add datalayout to image builtin implementation
    * Remove redundant OVERRRIDES file
    * configure: Provide symlink for amdgcn-mesa3d instead of configure hack
    * travis: Check tahiti-amdgcn-mesa-mesa3d.bc
    * amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions
    * amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file
    * amdgcn: Convert get_num_groups to clc
    * amdgcn: Convert get_global_size to clc
    * amdgcn: Convert get_local_size to clc
    * r600: Convert barrier to clc
    * r600: Convert get_num_groups to clc
    * r600: Convert get_global_size to clc
    * r600: Convert get_local_size to clc
* Fri Oct 12 2018 jimmy@boombatower.com
  - Update to version 0.2.0+git.20180915:
    * configure: Rework support for gfx9+ devices that were added post LLVM 3.9
    * .travis: Add llvm-7 build
    * .travis: Use source whitelist alias for llvm-6 repository
    * amdgcn: Use __constant AS for amdgcn builtins.
    * atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics
    * atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics implementation
    * atomic: Provide function implementation of atomic_{dec,inc}
    * atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations
    * atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declarations
    * atomic: Cleanup atomic_cmpxchg header
    * atomic: Move define cleanup to shared include
    * Update copyright year to 2018.
    * r600/fmin: Flush denormals before calling builtin.
    * r600/fmax: Flush denormals before calling builtin.
    * math/fma: Add fp32 software implementation
    * Add initial support for half precision builtins
    * rootn: Use denormal path only
    * remquo: Flush denormals if not supported
    * remquo: Port from amd builtins
    * math: Add helper function to flush denormals if not supported.
    * clc_sqrt: Reuse unary_decl.inc
    * relational/select: Condition types for half are short/ushort, not char/uchar
    * log10: Use sw implementation from amd builtins
    * powr: Use denormal path only
    * pown: Use denormal path only
    * pow: Use denormal path only
    * amdgcn/fmin: Fix typos that reduced precision
    * exp10: Port from amd builtins
    * hypot: Port from amd builtins
    * select: simplify implementation and fix fp16
    * fmod: Port from amd_builtins
    * r600: Update datalayout after LLVM r328656
    * amdgcn: Update datalayout after LLVM r328656
    * remainder: Port from amd builtins
    * nan: Implement
    * travis: Add build using llvm-6
    * amdgcn/fmax: fcanonicalize operands
    * amdgcn/fmin: fcanonicalize operands
    * amdgcn,popcount: Workaround broken llvm.ctpop intrinsic on some GCN ASICs
    * integer/gentype: Add __CLC_VECSIZE macro
    * popcount: Provide function implementation rather than intrinsic redirect
    * lgamma_r: Move code from .inc to .cl file
    * frexp: Reuse types provided by gentype.inc
    * select: Add vector implementation
    * minmag: Condition variable needs to be the same bitwidth as operands
    * maxmag: Condition variable needs to be the same bitwidth as operands
    * Move cl_khr_fp64 exntension enablement to gentype include lists
    * utils: Adapt to llvm r325155
    * amdgcn: Fix build after GDS/const AS swap in r325030
    * amdgcn: Fix datalayout after addition of 32bit const AS in r324747
    * r600: Fix datalayout after clang r324101
    * amdgcn: Fix datalayout after clang r324101
    * amdgpu/half_recip: Switch implementation to native_recip
    * amdgpu/half_log2: Switch implementation to native_log2
    * amdgpu/half_log10: Switch implementation to native_log10
    * amdgpu/half_log: Switch implementation to native_log
    * amdgpu/half_exp2: Switch implementation to native_exp2
    * amdgpu/half_exp10: Switch implementation to native_exp10
    * amdgpu/half_exp: Switch implementation to native_exp
    * amdgpu/half_sqrt: Switch implementation to native_sqrt
    * amdgpu/half_rsqrt: Switch implementation to native_rsqrt
    * Add vstore_half_rte implementation
    * Add vstore_half_rtp implementation
    * Add vstore_half_rtn implementation
    * Add vstore_half_rtz implementation
    * vstore_half: Consolidate declarations
    * vstore_half: Add support for custom rounding functions
    * vstore_half: Make sure the helper function is always inline
    * half_powr: Implement using powr
    * math.h: Use logical operations instead of bit operations for readability
    * math.h: Set HAVE_HW_FMA32 based on compiler provided macro
    * tanpi: Port from amd_builtins
    * tan: Port from amd_builtins
    * half_divide: Implement using x/y
    * half_tan: Implement using tan
    * half_sin: Implement using sin
    * half_recip: Implement using 1/x
    * half_log2: Implement using log2
    * half_log10: Implement using log10
    * half_log: Implement using log
    * half_exp10: Implement using exp10
    * half_exp2: Implement using exp2
    * half_exp: Implement using exp
    * half_cos: Implement using cos
    * half_sqrt: Cleanup implementation
    * half_rsqrt: Cleanup implementation
    * rootn: Port from amd_builtins
    * powr: Port from amd_builtins
    * pown: Port from amd_builtins
    * pow: Port from amd_builtins
* Sat Dec 23 2017 mpluskal@suse.com
  - Update to version 0.2.0+git.20171127:
    * configure.py: Add gfx900 (Vega, Raven)
    * math: Implement minmag
    * math: Implement maxmag
    * native_powr: Switch implementation to native_exp2 and native_log2
    * native_divide: provide function implementation instead of macro
    * native_recip: provide function implementation instead of macro
    * native_rsqrt: Switch implementation to 1 / native_sqrt
    * native_tan: Switch implementation to use native_sin/native_cos
    * math: Use precomputed constant for log2(10.0)
    * native_exp10: Switch implementation to llvm intrinsic
    * native_sqrt: Switch implementation to llvm intrinsic
    * native_sin: Switch implementation to llvm intrinsic
    * native_cos: Switch implementation to llvm intrinsic
    * native_exp2: Switch implementation to llvm intrinsic
    * native_exp: Switch implementation to llvm intrinsic
    * amdgpu: Add workaround for unimplemented llvm.exp intrinsic
    * native_log10: Switch to generic native intrinsic inc file
    * native_log: Switch to generic native intrinsic inc file
    * native_log2: Switch to generic native intrinsic inc file
* Tue Nov 07 2017 mpluskal@suse.com
  - Update to version 0.2.0+git.20171102:
    * tgamma: Use unary_decl instead of custom inc file
    * tanh: Use unary_decl instead of custom inc file
    * tan: Use unary_decl instead of custom inc file
    * sqrt: Use unary_decl instead of custom inc file
    * sinpi: Use unary_decl instead of custom inc file
    * sinh: Use unary_decl instead of custom inc file
    * sin: Use unary_decl instead of custom inc file
    * native_log: Use unary_decl instead of custom inc file
    * native_log2: Use unary_decl instead of custom inc file
    * native_log10: Use unary_decl instead of custom inc file
    * log: Use unary_decl instead of custom inc file
    * logb: Use unary_decl instead of custom inc file
    * log2: Use unary_decl instead of custom inc file
    * log1p: Use unary_decl instead of custom inc file
    * lgamma: Use unary_decl instead of custom inc file
    * exp2: Use unary_decl instead of custom inc file
    * cospi: Use unary_decl instead of custom inc file
    * cosh: Use unary_decl instead of custom inc file
    * cos: Use unary_decl instead of custom inc file
    * cbrt: Use unary_decl instead of custom inc file
    * atanpi: Use unary_decl instead of custom inc file
    * atanh: Use unary_decl instead of custom inc file
    * atan: Use unary_decl instead of custom inc file
    * asinpi: Use unary_decl instead of custom inc file
    * asinh: Use unary_dec instead of custom inc file
    * asin: Use unary_decl instead of custom inc file
    * acospi: Use unary_decl instead of custom inc file
    * acosh: Use unary_decl instead of custom inc file
    * acos: Use unary_decl instead of custom inc file
    * math: Implement native_log10
    * amdgpu/math: Don't use llvm instrinsic for native_log
    * shared: Implement aligned vector stores (vstorea_half)
    * shared: Implement aligned vector loads (vloada_half)
    * amdgcn: Add missing datalayout info to .ll files
    * r600: Add missing datalayout to .ll files
    * travis: enable checks of nvptx libraries
    * travis: Enable external function call checks on llvm-{4,5}
    * Make image builtins r600/llvm-3.9 only
    * Implement mem_fence on ptx
    * Make ptx barrier work irrespective of the cl_mem_fence_flags
    * travis: Make sure we report failure even if only earlier checked files fail
    * check_external_calls.sh: Print number of calls in tested file.
    * ptx: Use __clc_nextafter to implement nextafter
    * Do not include clc_nextafter header globally
    * math/nextafter: Use custom declaration inc file
    * math/binary_decl.inc: Do not declare mixed float/double functions
    * ldexp: Fix double precision function return type
    * configure: Fix handling of directories with compats only source lists
    * Add vload_half helpers for ptx
    * Add vstore_half helpers for ptx
    * integer/sub_sat: Use clang builtin instead of llvm asm
    * integer/add_sat: Use clang builtin instead of llvm asm
    * integer/clz: Use clang builtin instead of llvm asm
    * Let get_work_dim take exactly 0 arguments
    * Do no circularly define NULL
    * Fix amdgcn-amdhsa on llvm-3.9
    * travis: Check built libraries on llvm-3.9
    * Add script to check for unresolved function calls
    * geometric: geometric functions are only supported for vector lengths <=4
    * travis: add build using llvm-3.9
    * Restore support for llvm-3.9
    * Add missing HAVE_LLVM define to fix build with latest llvm
    * Rework atomic ops to use clang builtins rather than llvm asm
    * prepare_builtins: Fix compile breakage with older LLVM
    * [Support] Rename tool_output_file to ToolOutputFile, NFC
  - Use python3 for building
* Thu Sep 21 2017 jimmy@boombatower.com
  - Update to version 0.2.0+git.20170920:
    * generic: add missing get_work_dim include
    * add __kernel_exec macros
    * configure.py: Make python3 friendly
    * configure.py: Drop explicit import of int builtin
    * amdgcn: Implement {read_,write_,}mem_fence builtin
    * amdgcn: rewrite barrier() using fence and clang __builtin_amdgcn_s_barrier
    * Add halfN types and enable fp16 when generating builtin declarations
    * relational: Implement shuffle builtin
    * relational: Implement shuffle2 builtin
    * Fixup clc.h comment
    * r600: Cleanup barrier implementation.
    * amdgcn,waitcnt: Add datalayout info
    * configure.py: Simplify compatibility sources
    * vstore: Cleanup and add vstore(half)
    * Implement vload_half{,n} and vload(half)
    * integer: Add popcount implementation using ctpop intrinsic
    * Add native_recip(x) as ((1)/(x))
    * Add travis CI configuration file
    * Implement cl_khr_int64_base_atomics builtins
    * Implement cl_khr_int64_extended_atomics builtins
* Wed Apr 12 2017 jimmy@boombatower.com
  - Update rpmlintrc to include both lib dir .pc files.
* Mon Apr 10 2017 jimmy@boombatower.com
  - Update to version 0.2.0+git.20170225:
    * Fix build since llvm r286566 and require at least llvm 4.0
    * Fix build since r286752.
    * math: Add expm1 builtin function
    * math: Add logb builtin
    * math: Add native_rsqrt builtin function
    * Add the correct prefixes to the cl_khr_fp64 pragma
    * Move BufferPtr into the block where it it being used
    * math: Add native_tan as wrapper to tan
    * .gitignore: Ignore amdgcn-mesa object directory
    * math: Implement sinh function
* Sun Sep 25 2016 mpluskal@suse.com
  - Update to version 0.2.0+git.20160921:
    * Avoid ambiguity in calling atom_add functions.
    * Replace nextafter implementation
    * Add ADDR_SPACE parameter to _CLC_V_V_VP_VECTORIZE
    * math: Implement lgamma_r
    * math: Implement lgamma
    * math: Implement tgamma
    * amdgcn-amdhsa: Add get_global_size() implementation
    * amdgcn-amdhsa: Add get_num_groups implementation
    * configure: Add amdgcn-mesa-mesa3d target
    * Provide vstore_half helper to workaround clc restrictions
* Sun Jul 03 2016 mpluskal@suse.com
  - Update to version 0.2.0+git.20160209:
    * integer: remove explicit casts from _MIN definitions
    * AMDGPU: Add alias for tonga
    * AMDGPU: Add aliases for all VI targets
    * Add _CLC_V_V_VP_VECTORIZE macro
    * Implement modf math builtin
    * math: Add frexp ported from amd-builtins
    * math: Fix log2 vectorization on non-fp64 hw
    * configure: Introduce per device defines
    * configure: Remove cl_khr_fp64 for device that don't support doubles
    * configure: Remove llvm 3.6 defines
* Thu Dec 17 2015 coolo@suse.com
  - fix license according to legal team
* Thu Dec 17 2015 sndirsch@suse.com
  - modify license to 'BSD-3-Clause or MIT'
  - added LICENSE.TXT file to %doc
* Wed Dec 09 2015 mpluskal@suse.com
  - Remove unnecessary ldconfig calls
  - Rename rpmlintrc to libclc-rpmlintrc
  - Minor spec file cleanup
* Tue Dec 08 2015 sndirsch@suse.com
  - used BSD-3-Clause instead of BSD-2-Clause in order to make our
    legal team happy
* Mon Dec 07 2015 sndirsch@suse.com
  - added rpmlintrc as source to specfile
* Wed Dec 02 2015 jimmy@boombatower.com
  - Remove devel package in favor of main package since libclc is
    unusable without the header files used to compile OpenCL
    applications against.
* Mon Nov 30 2015 jimmy@boombatower.com
  - Merge home:X0F:HSF spec changes.
  - Set _service file to static revisions in lieu of tags.
  - Major cleanup of spec file.
  - Apply spec-cleaner.
* Fri Feb 03 2012 pontostroy@gmail.com
  - initial package

Files

/usr/share/clc
/usr/share/clc/amdgcn--amdhsa.bc
/usr/share/clc/aruba-r600--.bc
/usr/share/clc/barts-r600--.bc
/usr/share/clc/bonaire-amdgcn--.bc
/usr/share/clc/bonaire-amdgcn-mesa-mesa3d.bc
/usr/share/clc/caicos-r600--.bc
/usr/share/clc/carrizo-amdgcn--.bc
/usr/share/clc/carrizo-amdgcn-mesa-mesa3d.bc
/usr/share/clc/cayman-r600--.bc
/usr/share/clc/cedar-r600--.bc
/usr/share/clc/clspv--.bc
/usr/share/clc/clspv64--.bc
/usr/share/clc/cypress-r600--.bc
/usr/share/clc/fiji-amdgcn--.bc
/usr/share/clc/fiji-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1010-amdgcn--.bc
/usr/share/clc/gfx1010-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1011-amdgcn--.bc
/usr/share/clc/gfx1011-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1012-amdgcn--.bc
/usr/share/clc/gfx1012-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1013-amdgcn--.bc
/usr/share/clc/gfx1013-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1030-amdgcn--.bc
/usr/share/clc/gfx1030-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1031-amdgcn--.bc
/usr/share/clc/gfx1031-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1032-amdgcn--.bc
/usr/share/clc/gfx1032-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1033-amdgcn--.bc
/usr/share/clc/gfx1033-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1034-amdgcn--.bc
/usr/share/clc/gfx1034-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1035-amdgcn--.bc
/usr/share/clc/gfx1035-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1036-amdgcn--.bc
/usr/share/clc/gfx1036-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1100-amdgcn--.bc
/usr/share/clc/gfx1100-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1101-amdgcn--.bc
/usr/share/clc/gfx1101-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1102-amdgcn--.bc
/usr/share/clc/gfx1102-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1103-amdgcn--.bc
/usr/share/clc/gfx1103-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1150-amdgcn--.bc
/usr/share/clc/gfx1150-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1151-amdgcn--.bc
/usr/share/clc/gfx1151-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1152-amdgcn--.bc
/usr/share/clc/gfx1152-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1153-amdgcn--.bc
/usr/share/clc/gfx1153-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1200-amdgcn--.bc
/usr/share/clc/gfx1200-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx1201-amdgcn--.bc
/usr/share/clc/gfx1201-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx602-amdgcn--.bc
/usr/share/clc/gfx602-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx705-amdgcn--.bc
/usr/share/clc/gfx705-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx805-amdgcn--.bc
/usr/share/clc/gfx805-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx900-amdgcn--.bc
/usr/share/clc/gfx900-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx902-amdgcn--.bc
/usr/share/clc/gfx902-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx904-amdgcn--.bc
/usr/share/clc/gfx904-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx906-amdgcn--.bc
/usr/share/clc/gfx906-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx908-amdgcn--.bc
/usr/share/clc/gfx908-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx909-amdgcn--.bc
/usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx90a-amdgcn--.bc
/usr/share/clc/gfx90a-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx90c-amdgcn--.bc
/usr/share/clc/gfx90c-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx942-amdgcn--.bc
/usr/share/clc/gfx942-amdgcn-mesa-mesa3d.bc
/usr/share/clc/gfx950-amdgcn--.bc
/usr/share/clc/gfx950-amdgcn-mesa-mesa3d.bc
/usr/share/clc/hainan-amdgcn--.bc
/usr/share/clc/hainan-amdgcn-mesa-mesa3d.bc
/usr/share/clc/hawaii-amdgcn--.bc
/usr/share/clc/hawaii-amdgcn-mesa-mesa3d.bc
/usr/share/clc/hemlock-r600--.bc
/usr/share/clc/iceland-amdgcn--.bc
/usr/share/clc/iceland-amdgcn-mesa-mesa3d.bc
/usr/share/clc/juniper-r600--.bc
/usr/share/clc/kabini-amdgcn--.bc
/usr/share/clc/kabini-amdgcn-mesa-mesa3d.bc
/usr/share/clc/kaveri-amdgcn--.bc
/usr/share/clc/kaveri-amdgcn-mesa-mesa3d.bc
/usr/share/clc/mullins-amdgcn--.bc
/usr/share/clc/mullins-amdgcn-mesa-mesa3d.bc
/usr/share/clc/nvptx--.bc
/usr/share/clc/nvptx--nvidiacl.bc
/usr/share/clc/nvptx64--.bc
/usr/share/clc/nvptx64--nvidiacl.bc
/usr/share/clc/oland-amdgcn--.bc
/usr/share/clc/oland-amdgcn-mesa-mesa3d.bc
/usr/share/clc/palm-r600--.bc
/usr/share/clc/pitcairn-amdgcn--.bc
/usr/share/clc/pitcairn-amdgcn-mesa-mesa3d.bc
/usr/share/clc/polaris10-amdgcn--.bc
/usr/share/clc/polaris10-amdgcn-mesa-mesa3d.bc
/usr/share/clc/polaris11-amdgcn--.bc
/usr/share/clc/polaris11-amdgcn-mesa-mesa3d.bc
/usr/share/clc/redwood-r600--.bc
/usr/share/clc/spirv-mesa3d-.spv
/usr/share/clc/spirv64-mesa3d-.spv
/usr/share/clc/stoney-amdgcn--.bc
/usr/share/clc/stoney-amdgcn-mesa-mesa3d.bc
/usr/share/clc/subnormal_disable.bc
/usr/share/clc/subnormal_use_default.bc
/usr/share/clc/sumo-r600--.bc
/usr/share/clc/sumo2-r600--.bc
/usr/share/clc/tahiti-amdgcn--.bc
/usr/share/clc/tahiti-amdgcn-mesa-mesa3d.bc
/usr/share/clc/tonga-amdgcn--.bc
/usr/share/clc/tonga-amdgcn-mesa-mesa3d.bc
/usr/share/clc/tongapro-amdgcn--.bc
/usr/share/clc/tongapro-amdgcn-mesa-mesa3d.bc
/usr/share/clc/turks-r600--.bc
/usr/share/clc/verde-amdgcn--.bc
/usr/share/clc/verde-amdgcn-mesa-mesa3d.bc
/usr/share/licenses/libclc
/usr/share/licenses/libclc/LICENSE.TXT
/usr/share/pkgconfig/libclc.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 14 22:37:19 2026