From acd795583625401c5554f8e04ec7efca18814011 Mon Sep 17 00:00:00 2001 From: Abhiroop Sarkar Date: Thu, 27 Sep 2018 15:28:46 -0400 Subject: Add support for SIMD operations in the NCG This adds support for constructing vector types from Float#, Double# etc and performing arithmetic operations on them Cleaned-Up-By: Ben Gamari --- compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs') diff --git a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs index 5d4fd418c3..23d7c6b421 100644 --- a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs +++ b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs @@ -195,7 +195,6 @@ trivColorable platform virtualRegSqueeze realRegSqueeze RcDouble conflicts exclu - -- Specification Code ---------------------------------------------------------- -- -- The trivColorable function for each particular architecture should -- cgit v1.2.1