Merge pull request #696 from mratsim/add-loopfusion1612
Added package loopfusion (followup #687)
This commit is contained in:
commit
9e45cabcea
1 changed files with 15 additions and 0 deletions
|
|
@ -8836,5 +8836,20 @@
|
|||
"description": "Wrappers for X86 SIMD intrinsics",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/nimlibs/simdX86"
|
||||
},
|
||||
{
|
||||
"name": "loopfusion",
|
||||
"url": "https://github.com/numforge/loopfusion",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"loop",
|
||||
"iterator",
|
||||
"zip",
|
||||
"forEach",
|
||||
"variadic"
|
||||
],
|
||||
"description": "Loop efficiently over a variadic number of containers",
|
||||
"license": "MIT or Apache License 2.0",
|
||||
"web": "https://github.com/numforge/loopfusion"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue