From 311ec702a78c9e2ba35e66c77e53748e8e751f8d Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 9 Jul 2019 14:49:32 -0400 Subject: Revert "Add support for SIMD operations in the NCG" Unfortunately this will require more work; register allocation is quite broken. This reverts commit acd795583625401c5554f8e04ec7efca18814011. --- compiler/nativeGen/X86/Regs.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/nativeGen/X86/Regs.hs') diff --git a/compiler/nativeGen/X86/Regs.hs b/compiler/nativeGen/X86/Regs.hs index f0e4c7d5f6..2d9fd88c8e 100644 --- a/compiler/nativeGen/X86/Regs.hs +++ b/compiler/nativeGen/X86/Regs.hs @@ -84,7 +84,6 @@ virtualRegSqueeze cls vr -> case vr of VirtualRegD{} -> 1 VirtualRegF{} -> 0 - VirtualRegVec{} -> 1 _other -> 0 -- cgit v1.2.1