summaryrefslogtreecommitdiff
path: root/libclc/clc/include
AgeCommit message (Expand)Author
2025-11-05[NFC][libclc] Rename clc_cbrt.inc to clc_cbrt.h (#166330)Wenju He
2025-10-27[libclc] Implement integer __clc_abs using __builtin_elementwise_abs (#164957)Wenju He
2025-10-20[libclc] Move functions definition from header clc_sincos_piby4.inc into clc_...Wenju He
2025-09-18[libclc] Remove __attribute__((always_inline)) (#158791)Wenju He
2025-09-09[NFC][libclc] Replace _CLC_V_V_VP_VECTORIZE macro with use of unary_def_with_...Wenju He
2025-09-05[libclc] Implement erf/erfc vector function with loop since scalar function i...Wenju He
2025-09-05[NFC][libclc] Remove unused -DCLC_INTERNAL build flag, remove unused M_LOG210...Wenju He
2025-09-03[NFC][libclc] Move _CLC_V_V_VP_VECTORIZE macro into clc_lgamma_r.cl and delet...Wenju He
2025-09-01[libclc] update __clc_mem_fence: add MemorySemantic arg and use __builtin_amd...Wenju He
2025-08-18[NFC][libclc] add missing __CLC_ prefix all internal macros (#153523)Wenju He
2025-08-12[libclc] Add __attribute__((const)) to functions that don't access memory (#1...Wenju He
2025-08-11[libclc] Implement clc_log/sinpi/sqrt with __nv_* functions (#150174)Wenju He
2025-08-08[NFC][libclc] Delete unused clc/shared/binary_decl_with_scalar_second_arg.inc...Wenju He
2025-08-06[libclc] Move mem_fence and barrier to clc library (#151446)Wenju He
2025-07-29[libclc] Simplify unary_def_scalarize.inc's use in __clc_erf/erfc/tgamma (#15...Wenju He
2025-07-18[libclc] Add generic implementation of some atomic functions in OpenCL spec s...Wenju He
2025-07-18[libclc] Add generic implementation of bitfield_insert/extract,bit_reverse (#...Wenju He
2025-07-18[NFC][libclc] Delete clc/include/clc/relational/floatn.inc (#149252)Wenju He
2025-07-10[libclc] Declare workitem built-ins in clc, move ptx-nvidiacl workitem built-...Wenju He
2025-07-07[NFC][libclc] Rename __CLC_FUNCTION to either FUNCTION or __IMPL_FUNCTION (#1...Wenju He
2025-07-02[libclc] Add __clc_nan implementation with signed nancode argument (#146485)Wenju He
2025-06-30[NFC][libclc] Refactor _CLC_*_VECTORIZE macros to functions in .inc files (#1...Wenju He
2025-06-25[NFC][libclc] Replace and delete _CLC_DEFINE_UNARY/BINARY/TERNARY_BUILTIN mac...Wenju He
2025-06-05[libclc] Add (fast) normalize to CLC; add half overloads (#139759)Fraser Cormack
2025-05-29[libclc] Move prefetch to clc library (#141721)Wenju He
2025-05-28[libclc] Move vload & vstore to CLC library (#141755)Fraser Cormack
2025-05-22[libclc] Move step to the CLC library; add missing half variants (#140936)Fraser Cormack
2025-05-21[libclc] Support the generic address space (#137183)Fraser Cormack
2025-05-21[libclc] Move all remquo address spaces to CLC library (#140871)Fraser Cormack
2025-05-20[libclc] Fix header inclusion issuesFraser Cormack
2025-05-19[libclc] Mov erf & erfc to CLC library (#140524)Fraser Cormack
2025-05-16[libclc] Improving vector code generated from scalar code (#140008)Wenju He
2025-05-13[libclc] Move cross to CLC library; add missing half overloads (#139713)Fraser Cormack
2025-05-13[libclc] Move logb/ilogb to CLC library; optimize (#128028)Fraser Cormack
2025-05-13[libclc] Move (fast) length & distance to CLC library (#139701)Fraser Cormack
2025-05-12[libclc] Move 'half' builtins to CLC library (#139563)Fraser Cormack
2025-05-12[libclc] Move tan to the CLC library (#139547)Fraser Cormack
2025-05-12[libclc] Move sin, cos & sincos to CLC library (#139527)Fraser Cormack
2025-05-01[libclc] Move minmag & maxmag to the CLC library (#137982)Fraser Cormack
2025-04-30[libclc] Clean up unnecessary #undef __CLC_BODYs (#137959)Fraser Cormack
2025-04-29[libclc] Avoid casting NANs & literals to 'gentype' (#137824)Fraser Cormack
2025-04-29[libclc] Move fdim to CLC library; simplify (#137811)Fraser Cormack
2025-04-29[libclc][NFC] Remove unary_builtin.inc (#137656)Fraser Cormack
2025-04-29[libclc] Move fract to the CLC library (#137785)Fraser Cormack
2025-04-29[libclc] Move fmin & fmax to CLC library (#134218)Fraser Cormack
2025-04-15[libclc] Add ctz built-in implementation to clc and generic (#135309)Wenju He
2025-04-09[libclc] Move shuffle/shuffle2 to the CLC library (#135000)Fraser Cormack
2025-04-02[libclc] Move native_(exp10|powr|tan) to CLC library (#134080)Fraser Cormack
2025-04-02[libclc] Move sinh, cosh & tanh to the CLC library (#134063)Fraser Cormack
2025-04-02[libclc] Move lgamma, lgamma_r & tgamma to CLC library (#134053)Fraser Cormack