瀏覽代碼

remove a SSE3 feature from InstallSSE2. It had anyway become redundant as it already is in InstallSSE3.

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6420 8c9fc860-2736-0410-a75d-ab315db34111
eth.hunzikerp 9 年之前
父節點
當前提交
ac4975fc67
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      source/I386.FoxArrayBaseOptimized.Mod

+ 0 - 2
source/I386.FoxArrayBaseOptimized.Mod

@@ -6534,8 +6534,6 @@ VAR
 			ArrayBase.loopMatMulIncAXAX :=
 				MatMulIncAXAXLoopSSE;
 			ArrayBase.matMulIncX := MatMulIncX;
-			(* optimizations for small matrices  *)(*! CAVE this is SSE3*)
-			ArrayBase.matVecMulR4x4 := MatVecMulR4x4;
 		END;
 	END InstallSSE2;