simit icon indicating copy to clipboard operation
simit copied to clipboard

new intrinsics functions

Open Lugatod opened this issue 8 years ago • 1 comments

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.

Lugatod avatar Sep 26 '16 20:09 Lugatod

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

stephenchouca avatar Sep 26 '16 20:09 stephenchouca