-
I'm using `std::round` from _cmath_ header file. I want the `__round` intrinsic function to be used, but I could not find any function supporting just `double` parameter, there is only `long double` v…
-
Over time, several intrinsic functions have been labeled archaic. See [here](https://gcc.gnu.org/onlinedocs/gcc-3.0.4/g77/Table-of-Intrinsic-Functions.html#Table%20of%20Intrinsic%20Functions) for the …
RRiva updated
1 month ago
-
The following functions appear to be intrinsics that are re-exported at a different path (see also: #113387):
* `intrinsics::transmute` -> `mem::transmute`
* `intrinsics::copy` -> `ptr::copy`
* `intri…
-
A very common pattern in intrinsics usage is specializing functions for a specific ISA extension and implementing runtime dispatch.
This means that you can't globally defined `-march` to include supp…
-
To keep a track of the tasks that need to be done and are in progress.
- [ ] Compile time implementation of intrinsic array functions:
- [x] Sum #3996
- [x] Product #3996
- [x] MinVal #4010…
-
In Chisel we are seeking for intrinsics for sampled value functions like `$rose` and `$stable` to use with LTL and I think it should be lowered to the `sv` dialect in CIRCT.
I noticed that there ar…
-
## The problem
Some properties have limited support for [intrinsic functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html) (e.g. `Ref`, `Fn::Get…
hoffa updated
4 months ago
-
[Section 3.7](https://specification.modelica.org/maint/3.6/operators-and-expressions.html#built-in-intrinsic-operators-with-function-syntax) is entitled "Built-in Intrinsic Operators with Function Syn…
-
From 18-007r1 documentation:
> 3.89 inquiry function
intrinsic function, or function in an intrinsic module, whose result depends on the properties of one or more of its arguments instead of their…
gxyd updated
7 months ago
-
We need a list of every intrinsic function that we have and how to use it.
This would be useful for users and developers.