Browse Source

Removed old comment from debugging.

David Piuva 4 years ago
parent
commit
36d34bd3b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/DFPSR/base/simd.h

+ 0 - 1
Source/DFPSR/base/simd.h

@@ -1629,7 +1629,6 @@
 	#ifdef USE_BASIC_SIMD
 		#ifdef USE_SSE2
 			#ifdef USE_SSSE3
-				// This does not work as expected when compiling with "-mssse3"!
 				#define _MM_ALIGNR_EPI8(A, B, OFFSET) _mm_alignr_epi8(A, B, OFFSET)
 			#else
 				// If SSSE3 is not used, emulate it using stack memory and unaligned reading of data.