This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Processor-specific code


The correct solution is to use autoconf to test for the existence of particular features, and conditionalize the implementation on that. See for example cpu_time.

That what we do for system headers and functions. What if we are to use assembly code, which seems to be required on some (who said: "most"?) platforms?


FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]