Age | Commit message (Expand) | Author | Files | Lines |
2024-03-14 | libclc: clspv: update gen_convert.cl for clspv (#66902) | Romaric Jodin | 1 | -26/+103 |
2024-01-09 | libclc: generic: add half implementation for erf/erfc (#66901) | Romaric Jodin | 2 | -0/+24 |
2023-08-31 | libclc: Fix signed integer underflow in abs_diff | Fraser Cormack | 1 | -1/+3 |
2023-05-25 | [NFC][Py Reformat] Reformat python files in the rest of the dirs | Tobias Hieta | 1 | -219/+313 |
2023-05-09 | libclc: clspv: fix fma, add vstore and fix inlining issues | Kévin Petit | 1 | -2/+4 |
2023-02-14 | libclc: add clspv to targets exempt from alwaysinline | Kévin Petit | 1 | -2/+4 |
2022-12-29 | libclc: Add parentheses to silence warning | Matt Arsenault | 1 | -1/+1 |
2021-08-19 | libclc: Fix rounding during type conversion | Daniel Stone | 1 | -1/+1 |
2020-10-01 | libclc: Use find_package to find Python 3 and require it | Aaron Puchert | 1 | -2/+0 |
2020-09-16 | libclc: Add a __builtin to let SPIRV targets select between SW and HW FMA | Daniel Stone | 1 | -0/+3 |
2020-08-17 | libclc: Add Mesa/SPIR-V target | Dave Airlie | 3 | -1/+11 |
2020-08-17 | libclc: Make all built-ins overloadable | Daniel Stone | 14 | -16/+18 |
2020-08-17 | libclc: Fix FP_ILOGBNAN definition | Boris Brezillon | 2 | -3/+19 |
2020-02-20 | libclc: Use acos implementation from amd_builtins | Jan Vesely | 2 | -38/+171 |
2020-02-09 | libclc: Move rsqrt implementation to a .cl file | Jan Vesely | 3 | -1/+31 |
2020-02-04 | libclc/asin: Switch to amd builtins version of asin | Aaron Watry | 2 | -20/+165 |
2019-03-13 | sincos: Simplify declaration headers. | Jan Vesely | 1 | -8/+3 |
2019-03-13 | fdim: Use binary_decl_tt.inc instead of custom inc file. | Jan Vesely | 2 | -2/+6 |
2019-03-13 | nextafter: Use binary_decl_tt.inc instead of custom inc file. | Jan Vesely | 2 | -2/+6 |
2019-03-13 | copysign: Use binary_decl_tt.inc instead of custom inc file. | Jan Vesely | 2 | -2/+6 |
2019-03-13 | atan2pi: Use binary_decl_tt.inc instead of custom inc file. | Jan Vesely | 2 | -24/+6 |
2019-03-13 | atan2: Use binary_decl_tt.inc instead of custom inc file. | Jan Vesely | 2 | -24/+6 |
2019-03-13 | hypot: Use binary_decl_tt.inc instead of custom inc file | Jan Vesely | 2 | -2/+6 |
2019-03-13 | Move unary_instrinsic.inc to private headers. | Jan Vesely | 9 | -8/+8 |
2019-03-13 | Move binary_intrinsic.h to private headers. | Jan Vesely | 1 | -0/+0 |
2019-03-13 | Move ternary_intrinsic.h to private headers. | Jan Vesely | 2 | -1/+1 |
2019-03-13 | trunc: Remove llvm intrinsic from the header. | Jan Vesely | 3 | -6/+15 |
2019-03-13 | round: Remove llvm intrinsic from the header | Jan Vesely | 3 | -6/+15 |
2019-03-13 | rint: Remove llvm intrinsic from the header. | Jan Vesely | 3 | -5/+17 |
2019-03-13 | floor: Remove llvm isntrinsic from the header. | Jan Vesely | 3 | -5/+18 |
2019-03-13 | fabs: Remove llvm intrinsic from the header. | Jan Vesely | 3 | -5/+18 |
2019-03-13 | ceil: Remove llvm intrinsic from the header. | Jan Vesely | 3 | -5/+18 |
2019-03-13 | sqrt: Split function generation to a shared inc file. | Jan Vesely | 2 | -18/+26 |
2019-03-13 | mad: Convert to standard ternary header | Jan Vesely | 2 | -2/+6 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 4 | -16/+12 |
2018-06-21 | atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a... | Jan Vesely | 14 | -20/+20 |
2018-06-21 | atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics impleme... | Jan Vesely | 21 | -148/+66 |
2018-06-21 | atomic: Provide function implementation of atomic_{dec,inc} | Jan Vesely | 5 | -2/+34 |
2018-06-21 | atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations | Jan Vesely | 9 | -32/+27 |
2018-06-21 | atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declara... | Jan Vesely | 17 | -32/+58 |
2018-06-21 | atomic: Cleanup atomic_cmpxchg header | Jan Vesely | 1 | -15/+4 |
2018-06-21 | atomic: Move define cleanup to shared include | Jan Vesely | 9 | -26/+8 |
2018-06-07 | math/fma: Add fp32 software implementation | Jan Vesely | 7 | -5/+192 |
2018-05-17 | Add initial support for half precision builtins | Jan Vesely | 53 | -29/+648 |
2018-05-15 | rootn: Use denormal path only | Jan Vesely | 1 | -10/+1 |
2018-05-03 | remquo: Flush denormals if not supported | Jan Vesely | 1 | -0/+2 |
2018-05-03 | remquo: Port from amd builtins | Jan Vesely | 8 | -0/+307 |
2018-05-03 | math: Add helper function to flush denormals if not supported. | Jan Vesely | 1 | -0/+19 |
2018-05-02 | clc_sqrt: Reuse unary_decl.inc | Jan Vesely | 2 | -50/+3 |
2018-04-25 | relational/select: Condition types for half are short/ushort, not char/uchar | Jan Vesely | 1 | -2/+2 |