Revision 27859f3a2bfbcf8ee7da209ab52ea0c4d06a2b5d authored by Kristoffer Carlsson on 05 November 2022, 06:04:33 UTC, committed by GitHub on 05 November 2022, 06:04:33 UTC
* remove special case for homogeneous tuples in `all` and `any`

* Use loop-based `any/all` for homogenous tuples

Unroll this loop at julia level wont gain any inference improvement, thus let LLVM unroll it if needed.

Co-authored-by: N5N3 <2642243996@qq.com>
1 parent c093f92
Raw File
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top