-
As per the title, both `System.Math` and `System.MathF` should have most of their extern methods implemented in managed code rather than being FCALLs to the underlying C runtime.
This will ensure:
…
-
As discussed in https://github.com/dotnet/coreclr/pull/21432#discussion_r239903857, there may be certain HWIntrinsics (such as the widening or narrowing operations: `CreateScalarUnsafe`, `ToVector256U…
-
See the discussion after this question
> https://github.com/dotnet/runtime/issues/33532#issuecomment-599921287
>
> @TamarChristinaArm
> Question about these store intrinsics in general, how ar…
-
Please expose REP MOVSB/D in HW intrinsics API to allow use of ERMSB feature to copy memory blocks without use of SSE and later. obvious use case is - transfer of large memory areas, like set of VM pa…
-
In the following blog post a user points out that our compiler always uses the load-linked/store-conditional subset of ARM, even on hardware with better solutions.
https://megayuchi.com/2019/12/08/…
-
I need to synchronize lidar and camera together to be able to detect distance of people and objects
when I run the code the camera detects that am moving but the lidar is far behind or delayed how ca…
-
**Describe the bug**
Hello,
When I replaying the floating_point_test, I came across an error on converting a float to a signed integer.
It seems that the rounding of values exceeding 32 bits with…
-
For the `CreateScalarUnsafe` helper intrinsics that take a `long/ulong`, it may be beneficial to emit the `movq xmm, [mem]` instruction on x86, rather than falling back to emulating the behavior in so…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR30624](https://bugs.llvm.org/show_bug.cgi?id=30624) |
| Status | NEW |
| Importance | P normal |
|…
-
### Motivation
As we want to have this library portable, the first step would be to make 100% of this library run correctly on only CPU (i.e. not requiring CUDA for any part of the functionality). …