mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 20:20:50 +02:00
* fpu_sse3 also supports scalar single/double
git-svn-id: trunk@14395 -
This commit is contained in:
parent
461c459821
commit
0cc1e24f98
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user