- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the data type of extended-precision real "REAL*16"implemented as the triple precision in the Intel fortran compiler?
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
real*16 on Pentium and Xeon families takes advantage of x87 extended precision, but uses software arithmetic functions to implement 113-bit precision. Thus, it is significantly more accurate and slower than 64-bit x87 precision would be.
real*16 on Itanium uses combinations of hardware instructions including those which implement 64-bit extended precision, so it is not so costly as on Xeon, but 113-bit precision still takes longer than 64-bit would do.
real*16 on Itanium uses combinations of hardware instructions including those which implement 64-bit extended precision, so it is not so costly as on Xeon, but 113-bit precision still takes longer than 64-bit would do.

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