This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: how to enable vector intrinsic functions in fortran frontend
Steve Kargl wrote:
> Don't forget symbol versioning. Sa Liu would also need to add
> the symbols to gfortran.map.
>
Sorry, this I don't understand this. To my knowledge gfortran.map of
libgfortran is only used for library functions.
And the vector routines are all __builtin_* and generate directly the
code. I think even if one implements a version of the procedures which
are emulate the target specific vec_* procedures, one would directly
generate gimple for these and not call the library.
Tobias