[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] Fixing non-standard floenv failures
From: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] Fixing non-standard floenv failures |
Date: |
Sat, 4 Nov 2017 13:45:45 +0000 |
> Date: Fri, 3 Nov 2017 23:47:32 -0700
> From: Chris Hanson <address@hidden>
>
> Test failures due to unimplemented primitives, and places where values were
> returned rather than traps thrown or vice versa.
I see -- the problem is probably that we supply a definition of
feenableexcept/fedisableexcept only if !HAVE_FENV_H, and since Apple
presumably does provide the standard <fenv.h>, we just use that but
without feenableexcept/fedisableexcept.
Maybe we should split off the feenableexcept/fedisableexcept fallback
logic into a separate cmpintmd/x86-fexcept.c or flotrap or something.