mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Critical bug fix of sin/cos typo
This commit is contained in:
		@@ -100,7 +100,7 @@ namespace Grid {
 | 
			
		||||
  }
 | 
			
		||||
  template < class S, class V > 
 | 
			
		||||
  inline Grid_simd<S,V> sin(const Grid_simd<S,V> &r) {
 | 
			
		||||
    return SimdApply(CosRealFunctor<S>(),r);
 | 
			
		||||
    return SimdApply(SinRealFunctor<S>(),r);
 | 
			
		||||
  }
 | 
			
		||||
  template < class S, class V > 
 | 
			
		||||
  inline Grid_simd<S,V> log(const Grid_simd<S,V> &r) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user