diff options
| author | speverel <[email protected]> | 2016-06-02 11:51:32 -0700 |
|---|---|---|
| committer | speverel <[email protected]> | 2016-06-02 11:51:32 -0700 |
| commit | 59238a8f3a323af90f1e41523eeb88c3e21ab7f6 (patch) | |
| tree | 206a9ab7a5ebc82af672a5d5e593c6f9d35ba7d5 /src/cuda-sim/instructions.cc | |
| parent | 65577fdc18e5d9b1d93054a644029ab20c598440 (diff) | |
| parent | 766d5cf410ac8f3fd2f1f5a1a26a25d48b40d841 (diff) | |
Merge pull request #1 from speverel/dev
Dev
Diffstat (limited to 'src/cuda-sim/instructions.cc')
| -rw-r--r-- | src/cuda-sim/instructions.cc | 2 |
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); } |
