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: libmvec in gcc to have vector math in fortran


On Mon, 18 Jun 2018, Richard Biener wrote:

> I'm thinking of sth like the C stdc-predef.h header which is always included
> by the compiler.  So it needs to be sth parseable by gfortran which means
> it needs to be a module or sth equivalent to a fortran include file.

To me that suggests something provided by the C library (which might 
contain preprocessor conditionals, the Fortran front end supports 
preprocessing with the target-specific predefined macros being in effect)

-- 
Joseph S. Myers
joseph@codesourcery.com


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