We need a method/macro that would allow the user to replace certain or all Base functions with the benchmarked vectorized equivalents. Something along the lines of the @replaceBase of AppleAccelerate might work well. This would allow an entire program to be easily mapped to vectorized functions without changing the code.
We need a method/macro that would allow the user to replace certain or all Base functions with the benchmarked vectorized equivalents. Something along the lines of the
@replaceBase
of AppleAccelerate might work well. This would allow an entire program to be easily mapped to vectorized functions without changing the code.