[PATCH] Support simd function declarations via a pre-include. (was: [PATCH][RFC]Overloading intrinsics)

Bernhard Reutner-Fischer rep.dot.nop@gmail.com
Thu Nov 15 19:40:00 GMT 2018


On 14 November 2018 12:35:27 CET, Jakub Jelinek <jakub@redhat.com> wrote:

>> --- a/gcc/config/gnu-user.h
>> +++ b/gcc/config/gnu-user.h
>> @@ -170,3 +170,6 @@ see the files COPYING3 and COPYING.RUNTIME
>respectively.  If not, see
>>    LD_STATIC_OPTION " --whole-archive -llsan --no-whole-archive " \
>>    LD_DYNAMIC_OPTION "}}%{!static-liblsan:-llsan}"
>>  #endif
>> +
>> +#undef TARGET_F951_NOSTDINC_OPTIONS
>> +#define TARGET_F951_NOSTDINC_OPTIONS
>"%:fortran-header-file(-fpre-include= math-vector-fortran.h)"
>
>Too long line, use some \s to split it up.
>

Can we use plain -include like in C?
This has an established meaning and is already documented.

Thanks,



More information about the Gcc-patches mailing list