Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
1696 Discussions

clock cycles for integer multiplication and addition in core 2 duo processor

prads
Beginner
453 Views

Hello,
I have an Intel core 2 duo processor (E6400 2.13Ghz 2GB RAM)
How many clock cycles does an integer addition and an integer multiplication each take separately for my core 2 duo?

I suppose core 2 duo is a 14 stage pipeline.
thanks,
prads

0 Kudos
1 Solution
Dmitry_Vyukov
Valued Contributor I
453 Views
Quoting - prads

Hello,
I have an Intel core 2 duo processor (E6400 2.13Ghz 2GB RAM)
How many clock cycles does an integer addition and an integer multiplication each take separately for my core 2 duo?

Take a look at "Intel 64 and IA-32 Architectures Optimization Reference Manual":

www3.intel.com/design/processor/manuals/248966.pdf

There are latencies and throughputs of most instructions (Appendix C).

View solution in original post

0 Kudos
1 Reply
Dmitry_Vyukov
Valued Contributor I
454 Views
Quoting - prads

Hello,
I have an Intel core 2 duo processor (E6400 2.13Ghz 2GB RAM)
How many clock cycles does an integer addition and an integer multiplication each take separately for my core 2 duo?

Take a look at "Intel 64 and IA-32 Architectures Optimization Reference Manual":

www3.intel.com/design/processor/manuals/248966.pdf

There are latencies and throughputs of most instructions (Appendix C).

0 Kudos
Reply