This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch,fortran] Support type real for count_rate in system_clock (PR28484)
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Bernhard Fischer" <rep dot nop at aon dot at>
- Cc: "Tobias Burnus" <burnus at net-b dot de>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Thu, 2 Nov 2006 14:24:23 +0100
- Subject: Re: [patch,fortran] Support type real for count_rate in system_clock (PR28484)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hCokSLl3CjEEuGSo1goK5DGemJVU3aTr6JWgdVH9wdXGodeRUhZielDxf1d0xMqnTaKk+N2CaNdtEX0s3PB462VwqEN3AZ1dCPGpqcqI+i9CT4tQnpTgLCxwtzna95MbM35IYDSCHed3fUFqrsKZR57ef6rMYWxxQO83AvR0x2s=
- References: <45428A72.60101@net-b.de> <20061102125641.GW18267@aon.at>
Are you aware of http://gcc.gnu.org/PR15516 ?
"assembly snippets for nano second resolution wall clock time"
Is this something we want to have?
I think it would be nice to have it, and it sure will be a very good
initiation to autoconf :)
But perhaps do it in two steps: the system_clock intrinsic with
integer/real arguments of all kinds, and then the nanosecond
resolution.
FX