-
There are a lot of opportunity for optimizations. E.g. many of the methods in java.lang.Math can be replaced by inlined llvm intrinsics such as llvm.sqrt().
Methods such as Object.getClass(), Class.i…
-
* terrascan version: v1.19.1
* Operating System: MacOS
### Description
CFT scanning doesn't support short form intrinsic functions and treats a use of short form as a vulnerability.
I've se…
-
`erf` and `erfc` are widely used math functions, and they have both C/C++ stdlib implementations and SVML intrinsics, so it would be great if we can use it in ISPC.
What is the process to add a built…
-
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…
-
Hey. First of, awesome project. Thanks!
Support for intrinsic functions (Get, Import, etc) would be awesome. Something like this:
```yml
deadLetter:
targetArn:
Fn::ImportValue: ${self:c…
-
High priority:
* [x] `random_seed`
* [x] `execute_command_line` (upgrade to use the new intrinsics)
* [x] `get_env_variable` (upgrade to use the new intrinsics) https://github.com/lfortran/lfor…
-
http://llvm.org/docs/LangRef.html#standard-c-library-intrinsics
http://llvm.org/docs/LangRef.html#bit-manipulation-intrinsics
LLVM has these because
* they can sometimes map to hardware instruct…
-
would be great to have the Dirac operator with AVX intrinsic functions...
- do both, gcc and icc understand the same syntax?
-
The library does not appear to have support for [Intrinsic Functions](https://states-language.net/spec.html#intrinsic-functions). Here is a [list of intrinsic functions](https://states-language.net/sp…
-
Now that we have settled on a syntax for the [range index operator](https://github.com/Minres/CoreDSL/issues/52), I would like to propose another pair (or actually two pairs) of intrinsic functions th…