Skip to content

Commit

Permalink
Use SSE FPU type on x32/64
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Jul 9, 2023
1 parent abd005a commit d2594d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/simba.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
{$ENDIF}
{$ENDIF}

{$IF Defined(CPU386)}
{$FPUTYPE SSE3}
{$ELSEIF Defined(CPUX86_64)}
{$FPUTYPE SSE64}
{$ENDIF}

{$MODESWITCH ADVANCEDRECORDS}
{$MODESWITCH TYPEHELPERS}
{$MODESWITCH ARRAYOPERATORS}
Expand Down

0 comments on commit d2594d8

Please sign in to comment.