how to insert a assembler-sequence for itanium2

H

heinzSchmolke

Hello,

i'm working on an itanium2-workstation and want to insert a
assembler-routine to read out the clocktime to measure the speed of
some computation. How do i have to do this? The compiler is gcc (for
a later change: are the commands for icc the same?).

Thanks and greets,
Heinz
 
J

Jack Klein

Hello,

i'm working on an itanium2-workstation and want to insert a
assembler-routine to read out the clocktime to measure the speed of
some computation. How do i have to do this? The compiler is gcc (for
a later change: are the commands for icc the same?).

You are asking in the wrong place. The topic here is the ANSI/ISO
standard C language, and C does not define any interface to any other
language at all, including assembly language. All such usage is
non-standard, and compiler specific.

Ask in groups that support the compiler involved, it is not a language
issue.
 
K

Kenny McCormack

Hello,

i'm working on an itanium2-workstation and want to insert a
assembler-routine to read out the clocktime to measure the speed of
some computation. How do i have to do this?

I think it is more likely to be idiomatically correct to say:

Why do i have to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,167
Messages
2,570,911
Members
47,453
Latest member
MadelinePh

Latest Threads

Top