Re: [GCC][testsuite][ARM][AArch64] Add ARM v8.6 effective target checks to target-supports.exp

2019-12-20 Thread Stam Markianos-Wright
On 12/18/19 4:47 PM, Richard Sandiford wrote: > Stam Markianos-Wright writes: >> On 12/13/19 11:15 AM, Richard Sandiford wrote: >>> Stam Markianos-Wright writes: Hi all, This small patch adds support for the ARM v8.6 extensions +bf16 and +i8mm to the testsuite. This will be

Re: [GCC][testsuite][ARM][AArch64] Add ARM v8.6 effective target checks to target-supports.exp

2019-12-18 Thread Richard Sandiford
Stam Markianos-Wright writes: > On 12/13/19 11:15 AM, Richard Sandiford wrote: >> Stam Markianos-Wright writes: >>> Hi all, >>> >>> This small patch adds support for the ARM v8.6 extensions +bf16 and >>> +i8mm to the testsuite. This will be tested through other upcoming >>> patches, which is why

Re: [GCC][testsuite][ARM][AArch64] Add ARM v8.6 effective target checks to target-supports.exp

2019-12-17 Thread Stam Markianos-Wright
On 12/13/19 11:15 AM, Richard Sandiford wrote: > Stam Markianos-Wright writes: >> Hi all, >> >> This small patch adds support for the ARM v8.6 extensions +bf16 and >> +i8mm to the testsuite. This will be tested through other upcoming >> patches, which is why we are not providing any explicit tes

Re: [GCC][testsuite][ARM][AArch64] Add ARM v8.6 effective target checks to target-supports.exp

2019-12-13 Thread Richard Sandiford
Stam Markianos-Wright writes: > Hi all, > > This small patch adds support for the ARM v8.6 extensions +bf16 and > +i8mm to the testsuite. This will be tested through other upcoming > patches, which is why we are not providing any explicit tests here. > > Ok for trunk? > > Also I don't have commi

[GCC][testsuite][ARM][AArch64] Add ARM v8.6 effective target checks to target-supports.exp

2019-12-12 Thread Stam Markianos-Wright
Hi all, This small patch adds support for the ARM v8.6 extensions +bf16 and +i8mm to the testsuite. This will be tested through other upcoming patches, which is why we are not providing any explicit tests here. Ok for trunk? Also I don't have commit rights, so if someone could commit on my be