Re: [PATCH] testsuite/ix86: SSE2 is a prereq to _Float16 use

2022-06-27 Thread Uros Bizjak via Gcc-patches
On Tue, Jun 28, 2022 at 8:49 AM Jan Beulich wrote: > > When enabling AVX512FP via attribute or pragma, the _Float16 type would > remain unavailable when at initialization time SSE2 wouldn't be seen as > available for use. While this may hint at a wider underlying issue (like > the feature, the typ

[PATCH] testsuite/ix86: SSE2 is a prereq to _Float16 use

2022-06-27 Thread Jan Beulich via Gcc-patches
When enabling AVX512FP via attribute or pragma, the _Float16 type would remain unavailable when at initialization time SSE2 wouldn't be seen as available for use. While this may hint at a wider underlying issue (like the feature, the type may want providing dynamically, albeit this may be challengi