Skip to content

[SIMD] Avoid parameter-passing-abi note, again.

Jö Fahlke requested to merge simd-no-abi-warning2 into master

Change all by-value parameters to simd functions that might be simd vectors or masks to const-ref parameters. This means they don't have to be split into multiple simd registers if the current abi does not have large enough registers, I'm guessing.

Closes: #164 (closed) See also: !607 (merged)

WIP:

  • Manually verify the warnings are really gone.
Edited by Jö Fahlke

Merge request reports