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 to select a certain fpu style
+
* {$fputype xxx) to select a certain fpu style
 +
** all: soft (not yet implemented)
 
** i386: x87, sse, sse2, sse3
 
** i386: x87, sse, sse2, sse3
 
** x86-64: sse64
 
** x86-64: sse64
 +
** powerpc: standard
 +
** arm: libgcc, fpa, fpa10, fpa11, vfp

Revision as of 01:20, 25 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
    • all: soft (not yet implemented)
    • i386: x87, sse, sse2, sse3
    • x86-64: sse64
    • powerpc: standard
    • arm: libgcc, fpa, fpa10, fpa11, vfp