From fee403fd935479e8a1ad563fd07585d91c7e04a2 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 6 Sep 2017 12:39:58 +0200 Subject: Handle W80 in floatFormat --- compiler/nativeGen/Format.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/nativeGen/Format.hs b/compiler/nativeGen/Format.hs index 00811f1375..1e3218517a 100644 --- a/compiler/nativeGen/Format.hs +++ b/compiler/nativeGen/Format.hs @@ -68,6 +68,7 @@ floatFormat width = case width of W32 -> FF32 W64 -> FF64 + W80 -> FF80 other -> pprPanic "Format.floatFormat" (ppr other) -- cgit v1.2.1