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
Let's add new intrinsics functions on floats : abs and cbrt
abs
cbrt
max and min will aslo be very useful :
max
min
max(a:float,b:float) max(a:vector(float)) max(a:vector(float),b:vector(float))
Even though max and min will be more efficient on index expressions, there are also very useful to build new apps.
The text was updated successfully, but these errors were encountered:
Raymond (the new SuperUROP in our group) is currently working on adding support for the intrinsics proposed in #43 to the Simit compiler.
Sorry, something went wrong.
No branches or pull requests
Let's add new intrinsics functions on floats :
abs
andcbrt
max
andmin
will aslo be very useful :Even though
max
andmin
will be more efficient on index expressions, there are also very useful to build new apps.The text was updated successfully, but these errors were encountered: