-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPE.carp #1
Comments
Oops, just comment that line and it should work. That module allows to detect floating point exceptions and I used it for debugging purposes. I don't know if that belongs in core or in a separate repo. |
OK, thanks – now it works! Really cool. Regarding FPE – I think it sounds potentially like something we'd want in core. Depends on if it brings in a lot of dependencies and such? |
No dependencies besides libc.
…On Tue, Oct 29, 2019 at 1:08 PM Erik Svedäng ***@***.***> wrote:
OK, thanks – now it works! Really cool.
Regarding FPE – I think it sounds potentially like something we'd want in
core. Depends on if it brings in a lot of dependencies and such?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=ABAAMT5MKCQSTFQPSNBZTTLQRARVRA5CNFSM4JGFKLV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECQH7TQ#issuecomment-547389390>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAAMTZD4F4PJHZBZAM27T3QRARVRANCNFSM4JGFKLVQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, this is reall cool! Looking through the code now, looks great :)
I get an error when trying to run it though, says it can't find
FPE.carp
. Where can I get that file?The text was updated successfully, but these errors were encountered: