We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following math functions/values in libraries/common/effekt.effekt are not implemented in the LLVM backend yet:
libraries/common/effekt.effekt
cos: Double => Double
sin: Double => Double
atan: Double => Double
tan: Double => Double
log: Double => Double
log1p: Double => Double
exp: Double => Double
_pi: Double
See #606 on how to do this, don't forget to add tests (or re-enable tests ignored on the LLVM backend). Here's the list of all LLVM intrinsics: https://llvm.org/docs/LangRef.html#standard-c-c-library-intrinsics
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following math functions/values in
libraries/common/effekt.effekt
are not implemented in the LLVM backend yet:cos: Double => Double
sin: Double => Double
atan: Double => Double
tan: Double => Double
log: Double => Double
log1p: Double => Double
exp: Double => Double
_pi: Double
See #606 on how to do this, don't forget to add tests (or re-enable tests ignored on the LLVM backend).
Here's the list of all LLVM intrinsics: https://llvm.org/docs/LangRef.html#standard-c-c-library-intrinsics
The text was updated successfully, but these errors were encountered: