simdeez
simdeez copied to clipboard
Abstract over single vs. double precision
Helps avoid massive code duplication when an algorithm might be required in both forms, as e.g. in simdnoise. This would probably require moving all the duplicated interfaces into a common trait which is implemented by both Vf32
and Vf64
.