simdeez icon indicating copy to clipboard operation
simdeez copied to clipboard

Abstract over single vs. double precision

Open Ralith opened this issue 4 years ago • 0 comments

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.

Ralith avatar Jul 15 '20 01:07 Ralith