New: CPU_TIME subroutine missing for REAL(kind=10) argument
5 answers - 234 bytes -
Hi, I noticed that the CPU_TIME intrinsic subroutine is implemented only for real(4) and real(8) arguments, but real(10) is missing for i386, and probably similar versions for other architectures. Cheers, -ha
No.1 | | 109 bytes | |
Comment #1 from anlauf at gmx dot de 2006-09-18 08:56 Created an attachment (id=12290) () Testcase
No.2 | | 79 bytes | |
Comment #2 from jvdelisle at gcc dot gnu dot org 2006-09-20 04:47 Confirmed
No.3 | | 134 bytes | |
Comment #3 from kargl at gcc dot gnu dot org 2006-09-29 20:34 I have a patch that adds real(10) and real(16) versions of cpu_time.
No.4 | | 130 bytes | |
Comment #4 from kargl at gcc dot gnu dot org 2006-09-29 22:23 Fixed on trunk. I'll commit to 4.1 after a regression test.
No.5 | | 86 bytes | |
Comment #5 from kargl at gcc dot gnu dot org 2006-09-29 23:39 Fixed on 4.1 branch.
Re: New: CPU_TIME subroutine missing for REAL(kind=10) argument