Prechádzať zdrojové kódy

Use sfpu128 unit instead of softfpu, as softfpu does not always has 128-bit support enabled

git-svn-id: trunk@37255 -
pierre 7 rokov pred
rodič
commit
9daa2279f6
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      rtl/inc/ufloat128.pp

+ 2 - 2
rtl/inc/ufloat128.pp

@@ -19,10 +19,10 @@ unit ufloat128;
   interface
   interface
 
 
     uses
     uses
-      softfpu;
+      sfpu128;
 
 
     type
     type
-      float128 = softfpu.float128;
+      float128 = sfpu128.float128;
 
 
     operator+ (const f1,f2 : float128) result : float128;inline;
     operator+ (const f1,f2 : float128) result : float128;inline;
     operator* (const f1,f2 : float128) result : float128;inline;
     operator* (const f1,f2 : float128) result : float128;inline;