Re: Problem with NVIDIA drivers 390 and 470 on current

2022-09-25 Thread David Wolfskill
On Sun, Sep 25, 2022 at 11:30:07PM -0300, Nilton Jose Rizzo wrote: > Hi all, > > I'm updated my box to last 14-current today and I get error on ports > compialtion. > Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266561 Peace, david -- David H. Wolfskill

Problem with NVIDIA drivers 390 and 470 on current

2022-09-25 Thread Nilton Jose Rizzo
Hi all, I'm updated my box to last 14-current today and I get error on ports compialtion. % uname -a FreeBSD valfenda 14.0-CURRENT FreeBSD 14.0-CURRENT #17 main-1a2b55732f: Sun Sep 25 21:14:19 -03 2022 rizzo@valfenda:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 When I try to install

Re: Did clang 14 lose some intrinsics support?

2022-09-25 Thread Christian Weisgerber
Dimitry Andric: > > See https://github.com/llvm/llvm-project/commit/e5147f82e1cb > > > > - Instead of __builtin_ia32_pabsd128 maybe use _mm_abs_epi32 > > - Instead of __builtin_ia32_pabsd256 maybe use _mm256_abs_epi32 > > I'm wondering why this rather fragile method is chosen? If you want to >

Re: Did clang 14 lose some intrinsics support?

2022-09-25 Thread Dimitry Andric
On 25 Sep 2022, at 21:02, Jan Beich wrote: > > Christian Weisgerber writes: > >> Did we lose support for SSSE3 and AVX2 intrinsics on amd64 with >> clang 14? > > __builtin_* appear unstable unlike _mm* intrinsics. Clang 15 seems > to hide more but I'm not sure about the cause (need

Re: Did clang 14 lose some intrinsics support?

2022-09-25 Thread Jan Beich
Christian Weisgerber writes: > Did we lose support for SSSE3 and AVX2 intrinsics on amd64 with > clang 14? __builtin_* appear unstable unlike _mm* intrinsics. Clang 15 seems to hide more but I'm not sure about the cause (need bisecting). ===> clang version 15.0.1 #define SSE2_SUPPORTED 1