- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone have any idea if 32.32 or 48.16 fixed point
math would run efficiently on a 64 bit intel chip?
Anyone know how that would compare to floating point
performance (doubles), in particular with regards to
math operations: sin, cos, sqrt etc?
Does IA64 support 64x64 multiply with intermediate?
Thanks,
Sam
math would run efficiently on a 64 bit intel chip?
Anyone know how that would compare to floating point
performance (doubles), in particular with regards to
math operations: sin, cos, sqrt etc?
Does IA64 support 64x64 multiply with intermediate?
Thanks,
Sam
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The answer may not be the same for SSE2 as for ia64 architectures. If multiplication is an important operation, fixed point seems unlikely to match the performance of floating point. On ia64, integer multiplication is performed by the floating point unit, while, on em64t, integer multiplication does not perform as well as SSE2 double.
Some of your answers should appear in the architectural manuals.
Some of your answers should appear in the architectural manuals.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page