|
-
July 3rd, 2002, 03:12 PM
#1
Floating point calcualtions and the .NET framework
Does doing any floating point calculations in the .NET environment, using the C# language, access any of the special underlying hardware of the Pentium4 processor, like SSE2 instructions. Or is there a special math coprocessor that it uses instead?
moonmoth
-
July 3rd, 2002, 07:14 PM
#2
Re: Floating point calcualtions and the .NET framework
Originally posted by moonmoth
Does doing any floating point calculations in the .NET environment, using the C# language, access any of the special underlying hardware of the Pentium4 processor, like SSE2 instructions. Or is there a special math coprocessor that it uses instead?
moonmoth
It's likely that the JIT compiler will spit out the SSE2 floating point instructions if it is on a P4 procesesor. It's on of the advantages to useing a JIT compilier. However I am unaware if the current JIT compilier does that for a P4
Jared
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|