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
History
File Mode Size
man
src
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 2.1 KB
Manifest.toml -rw-r--r-- 2.6 KB
NEWS-update.jl -rw-r--r-- 486 bytes
Project.toml -rw-r--r-- 59 bytes
README.md -rw-r--r-- 900 bytes
make.jl -rw-r--r-- 13.5 KB

README.md

back to top