From f18e4327b836ac66843a1c21cb429cc71bea9714 Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Tue, 4 Jan 2011 13:19:03 -0800 Subject: fixed several issues with f64 support in decuda_to_ptxplus. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8316] --- decuda_to_ptxplus/decudaInstList.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decuda_to_ptxplus/decudaInstList.cc') diff --git a/decuda_to_ptxplus/decudaInstList.cc b/decuda_to_ptxplus/decudaInstList.cc index 9ac6f43..7b92155 100644 --- a/decuda_to_ptxplus/decudaInstList.cc +++ b/decuda_to_ptxplus/decudaInstList.cc @@ -303,7 +303,7 @@ void decudaInstList::addRegister(std::string reg, bool lo) { const char* modString = currentPiece->stringText; - if( strcmp(modString, ".b64")==0 ) + if( (strcmp(modString, ".b64")==0) || (strcmp(modString, ".f64")==0) ) vectorFlag = 64; if( strcmp(modString, ".b128")==0 ) vectorFlag = 128; -- cgit v1.3