Re: Acer Swift1 (SF114-34, N6000, Jasper Lake): iwx (ax201), azalia and emmc are not working/detected

2022-01-09 Thread Jonathan Gray
On Sun, Jan 09, 2022 at 09:27:57PM +0100, Sven Wolf wrote: > Hi list, > > in October'21 I successfully installed OpenBSD on this litte fanless latop. > There are following issues, even with -current: > > The soundcard (Linux dmesg: snd_hda_codec_realtek hdaudioC0D0: autoconfig > for ALC256) is

Re: tanf returns NaN for large inputs

2022-01-09 Thread Daniel Dickman
With numpy/i386 we don't fix any of the currently broken tests and surprisingly one new regression is introduced: -13 failed, 10900 passed, 88 skipped, 108 deselected, 19 xfailed, 2 xpassed, 5 warnings in 206.14 seconds +14 failed, 10899 passed, 88 skipped, 108 deselected, 19 xfailed, 2 xpassed,

Re: Acer Swift1 (SF114-34, N6000, Jasper Lake): iwx (ax201), azalia and emmc are not working/detected

2022-01-09 Thread Jonathan Gray
On Sun, Jan 09, 2022 at 09:27:57PM +0100, Sven Wolf wrote: > Hi list, > > in October'21 I successfully installed OpenBSD on this litte fanless latop. > There are following issues, even with -current: > > The soundcard (Linux dmesg: snd_hda_codec_realtek hdaudioC0D0: autoconfig > for ALC256) is

Re: tanf returns NaN for large inputs

2022-01-09 Thread Greg Steuck
Daniel Dickman writes: > Here's the link to the commit Mark referenced: > https://github.com/NetBSD/src/commit/4f9e11b0dddf04640fe0553a9133a471af613627 > > And then the actual implementations were removed in this commit: >

Re: tanf returns NaN for large inputs

2022-01-09 Thread Mark Kettenis
> From: Daniel Dickman > Date: Sun, 9 Jan 2022 16:36:33 -0500 > > On Sun, Jan 9, 2022 at 4:18 PM Mark Kettenis wrote: > > > > > From: Greg Steuck > > > Date: Sun, 09 Jan 2022 12:47:14 -0800 > > > > > > Greg Steuck writes: > > > > > > > This was reduced from a ghc test. The results of the

Re: tanf returns NaN for large inputs

2022-01-09 Thread Daniel Dickman
On Sun, Jan 9, 2022 at 4:18 PM Mark Kettenis wrote: > > > From: Greg Steuck > > Date: Sun, 09 Jan 2022 12:47:14 -0800 > > > > Greg Steuck writes: > > > > > This was reduced from a ghc test. The results of the program differ > > > between OpenBSD 7.0-current-amd64 and a couple of other systems:

Re: tanf returns NaN for large inputs

2022-01-09 Thread Mark Kettenis
> From: Greg Steuck > Date: Sun, 09 Jan 2022 12:47:14 -0800 > > Greg Steuck writes: > > > This was reduced from a ghc test. The results of the program differ > > between OpenBSD 7.0-current-amd64 and a couple of other systems: > > Thanks to phessler@ for testing on arm64 where the bug doesn't

Re: tanf returns NaN for large inputs

2022-01-09 Thread Greg Steuck
Greg Steuck writes: > This was reduced from a ghc test. The results of the program differ > between OpenBSD 7.0-current-amd64 and a couple of other systems: Thanks to phessler@ for testing on arm64 where the bug doesn't happen. This patch makes OpenBSD-amd64 work the rest of the systems. I

tanf returns NaN for large inputs

2022-01-09 Thread Greg Steuck
This was reduced from a ghc test. The results of the program differ between OpenBSD 7.0-current-amd64 and a couple of other systems: % cat tanf.c #include #include int main(int a, char**b) { float x = 1e18; printf("tanf(%f)=%f\n", x, tanf(x)); float y = 1e19;

Re: obsd 7.0 -stable : kernel: privileged instruction fault trap :: uvm_init+0x7

2022-01-09 Thread Stuart Henderson
I would run a few cycles of memtest86+ and see how that looks.. -- Sent from a phone, apologies for poor formatting. On 9 January 2022 16:13:00 jason houx wrote: I have two new Intel(R) Celeron(R) CPU J3160 systems I picked up over the holidays to put into a carp/pfsync setup. I finished