summaryrefslogtreecommitdiff
path: root/src/cuda-sim/instructions.cc
diff options
context:
space:
mode:
authorspeverel <[email protected]>2016-06-02 11:51:32 -0700
committerspeverel <[email protected]>2016-06-02 11:51:32 -0700
commit59238a8f3a323af90f1e41523eeb88c3e21ab7f6 (patch)
tree206a9ab7a5ebc82af672a5d5e593c6f9d35ba7d5 /src/cuda-sim/instructions.cc
parent65577fdc18e5d9b1d93054a644029ab20c598440 (diff)
parent766d5cf410ac8f3fd2f1f5a1a26a25d48b40d841 (diff)
Merge pull request #1 from speverel/dev
Dev
Diffstat (limited to 'src/cuda-sim/instructions.cc')
-rw-r--r--src/cuda-sim/instructions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/instructions.cc b/src/cuda-sim/instructions.cc
index cf7f04a..4dd5ed8 100644
--- a/src/cuda-sim/instructions.cc
+++ b/src/cuda-sim/instructions.cc
@@ -2421,7 +2421,7 @@ void mad_impl( const ptx_instruction *pI, ptx_thread_info *thread )
mad_def(pI, thread, false);
}
-void madp_impl( const ptx_instruction *pI, ptx_thread_info *thread )
+void madc_impl( const ptx_instruction *pI, ptx_thread_info *thread )
{
mad_def(pI, thread, true);
}