]> granicus.if.org Git - clang/commitdiff
Add f80 entry for windows targets
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 19 Dec 2009 02:05:07 +0000 (02:05 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 19 Dec 2009 02:05:07 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91746 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index a58f396c5c22e23b5facf26d5ed8109404217ced..059d4d3023a9bfcc78e6e29f3162825e0533316e 100644 (file)
@@ -996,8 +996,8 @@ public:
     WCharType = UnsignedShort;
     DoubleAlign = LongLongAlign = 64;
     DescriptionString = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
-                        "i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-"
-                        "a0:0:64-f80:32:32-n8:16:32";
+                        "i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-"
+                        "v128:128:128-a0:0:64-f80:32:32-n8:16:32";
   }
   virtual void getTargetDefines(const LangOptions &Opts,
                                 std::vector<char> &Defines) const {