|
|
|
|
|
by dyaroshev
519 days ago
|
|
Thanks for this example. Can you write the second one two? With two ranges? That's where I believe the variadics will be. FYI:
The codegen is smaller because the loop is not unrolled. That's a 2x slower on my measurements.
+ at least I don't see any aligning of memory accesses, that'd give you another third improment when the data is in L1.
You really should fix that. |
|
We have not added a FindIf for two ranges because no one has yet requested that or mentioned it is time-critical for their use cases.