Helper trait to provide the fast-math operations
Originally i wanted to just pick functions based on type inside macro, but they dont have acces to type information. And traits just happen to do exactly whats needed.
Helper trait to provide the fast-math operations
Originally i wanted to just pick functions based on type inside macro, but they dont have acces to type information. And traits just happen to do exactly whats needed.