Skip to content

[Simd] Vc: explicitly instantiate tests for 16 lanes

Jö Fahlke requested to merge simd-fix-vc-compile-mem-usage into master

Otherwise, they are instantiated implicitly, meaning all of the are included in each compilation unit that recursively requires them.

Closes: #146 (closed)

Merge request reports