Difference between revisions of "Language related articles"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
FPC 1.9.x currently doesn't support:
+
== Things FPC 1.9.x currently doesn't support ==
  
 
* The "implements" style delegation.
 
* The "implements" style delegation.
Line 5: Line 5:
 
* Slice(dyn array) seems to have problems.
 
* Slice(dyn array) seems to have problems.
 
* Reintroduce
 
* Reintroduce
 +
 +
 +
== New in 1.9.x (not yet in the docs) ==
 +
* {$fputype to select a certain fpu style
 +
** i386: x87, sse, sse2, sse3
 +
** x86-64: sse64

Revision as of 01:18, 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 to select a certain fpu style
    • i386: x87, sse, sse2, sse3
    • x86-64: sse64