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
pcre.version
## jll artifact
PCRE_JLL_NAME := PCRE2

## source build
PCRE_VER := 10.40
back to top