This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
I am using gcc version3.2,which supports the MMX Instruction Set. Can anyone tell me how to use this Instruction Set in my C program?
Is there a particular way that GCC provides to use the MMX Instruction Set directly?(If so,how?)
(OR)
Is it through an assembly function(.s file) in which I would have to use these Instruction Sets,and which I would have to call in my C program?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |