Skip to content
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

new intrinsics functions #75

Open
Lugatod opened this issue Sep 26, 2016 · 1 comment
Open

new intrinsics functions #75

Lugatod opened this issue Sep 26, 2016 · 1 comment

Comments

@Lugatod
Copy link
Contributor

Lugatod commented Sep 26, 2016

Let's add new intrinsics functions on floats : abs and cbrt

max and min will aslo be very useful :

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.

@stephenchouca
Copy link
Collaborator

Raymond (the new SuperUROP in our group) is currently working on adding support for the intrinsics proposed in #43 to the Simit compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants