[PATCH] Support simd function declarations via a pre-include. (was: [PATCH][RFC]Overloading intrinsics)
Jakub Jelinek
jakub@redhat.com
Wed Nov 14 11:57:00 GMT 2018
On Wed, Nov 14, 2018 at 12:56:26PM +0100, Jakub Jelinek wrote:
> One possibility is
> if (gfc_match ("(%n) attributes simd", name) == MATCH_YES)
" (%n) attributes simd" to be precise, so that whitespace is allowed
in free form between builtin and (. And the following parsing might be
" ( notinbranch )"
etc.
Jakub
More information about the Fortran
mailing list