Difference between revisions of "Language related articles"

From Lazarus wiki
Jump to navigationJump to search
Line 8: Line 8:
  
 
== New in 1.9.x (not yet in the docs) ==
 
== New in 1.9.x (not yet in the docs) ==
* {$fputype xxx) to select a certain fpu style
+
* {$fputype xxx) to select a certain fpu style or -Cfxxx on command line/cfg file
 
** all: soft (not yet implemented)
 
** all: soft (not yet implemented)
** i386: x87, sse, sse2, sse3
+
** i386: x87, sse, sse2
 
** x86-64: sse64
 
** x86-64: sse64
 
** powerpc: standard
 
** powerpc: standard
 
** arm: libgcc, fpa, fpa10, fpa11, vfp
 
** arm: libgcc, fpa, fpa10, fpa11, vfp

Revision as of 14:08, 26 December 2003

Things FPC 1.9.x currently doesn't support

  • The "implements" style delegation.
  • dispinterface
  • Slice(dyn array) seems to have problems.
  • Reintroduce


New in 1.9.x (not yet in the docs)

  • {$fputype xxx) to select a certain fpu style or -Cfxxx on command line/cfg file
    • all: soft (not yet implemented)
    • i386: x87, sse, sse2
    • x86-64: sse64
    • powerpc: standard
    • arm: libgcc, fpa, fpa10, fpa11, vfp