소스 검색

* fpu_sse3 also supports scalar single/double

git-svn-id: trunk@14395 -
Jonas Maebe 15 년 전
부모
커밋
0cc1e24f98
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/x86_64/cpuinfo.pas

+ 2 - 2
compiler/x86_64/cpuinfo.pas

@@ -81,8 +81,8 @@ Const
      'SSE3'
    );
 
-   sse_singlescalar : set of tfputype = [fpu_sse64];
-   sse_doublescalar : set of tfputype = [fpu_sse64];
+   sse_singlescalar : set of tfputype = [fpu_sse64,fpu_sse3];
+   sse_doublescalar : set of tfputype = [fpu_sse64,fpu_sse3];
 
    { Supported optimizations, only used for information }
    supported_optimizerswitches = genericlevel1optimizerswitches+