- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel and Programmer's
Webinar topic:
What are the Differences Between Intel Itanium Architecture and Intel Extended Memory 64 Technology?
When:
Tuesday, November 16th at 1:00 p.m. PST
How to register:
Visit the Programmers
This session will give you the basics you need to target a ported application to either an established Intel Itanium processor-based platforms or to the new Intel EM64T-based platforms. This session will give you a key tip on how to spot likely porting issues.
Covered topics:
Mixing and matching Intel generated objects with those from GCC* or Microsoft*
Key differences between the Intel Compiler functionality for Itanium-based systems and Intel EM64T-based platforms
Targeting an application for code or address spaces larger than 2GB
Optimizations that can be gained by using Intel Compiler on Intel EM64T-based platforms
New SSE3 instructions available on Intel EM64T-based platforms
Key compiler optimization reports to help you understand applied optimizations
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mike D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LINK : warning LNK4044: unrecognized option '/i_dynamic'; ignored


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even though I didn't explicitly say so in my original post, you correctly interpreted my question to mean what the sizes would be in a 64-bit environment.
Will using INTEGER*8, REAL*8, and DOUBLE PRECISION in a 64-bit environment be faster or more efficient than using them in a 32-bit environment because of the larger address sizes? Will it be important for data structures and arrays to be declared so that variables begin on eight-byte boundaries and not cross over boundaries?
Mike D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All you really need to be concerned about is that addresses are 64 bits. Tim is correct in saying that INTEGER*8 operations will be faster since there are 64-bit integer registers.

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