-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Offer -ffast-math option(s) #722
Comments
|
Just a note, this was discussed in some detail on the mailing list already (IIRC John Colvin brought it up a few weeks/months ago). The main thing that is needed is a decision on a sane command line interface (GCC's is a mess for historic reasons, IIRC). The actual implementation should be trivial (just set the necessary target options). |
|
clang's interface is a bit more differentiated I think. |
Fix Issue 12136 - [AA] Associative array `keys` and `values` become non-properties.
|
See pull request #789. This does not solve the decision about a sane command lline interface... |
New options are: -enable-fp-mad, -enable-unsafe-fp-math, -enable-no-infs-fp-math, -enable-no-nans-fp-math and -enable-sign-dependent-rounding-fp-math. This fixes issue ldc-developers#722. It does not solve the question about good command line interfacing.
|
LDC 1.5 uses the default LLVM codegen options, among which there are |
Important for auto-vectorization for example.
The text was updated successfully, but these errors were encountered: