-
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/389905
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/389909
【环境准备】
```
BINARY_URL=oss://compiler-ci-bucket/ajdk8/CI/tar/20240906-0…
-
I recently finished up the NEON implementations for MMX and SSE, SSE2 is next on the list.
There are a lot of NEON implementations of SSE2 (thanks largely to the code I stole from [sse2neon](https:…
-
With today's HEAD (dc0432bcb6e)
When running stress tetsing, I sometimes get errors with GatherVectorWithByteOffsetFirstFaulting. Seems to be inconsistent when it occurs.
Using HardwareIntrinsic…
a74nh updated
2 months ago
-
Hi,
I am following the official docker build instructions from your website and I face a build issue while building qemu-native. I am attaching the build output and logs. It would be great if you …
-
Packed horizontal arithmetic is reasonably performant on SSE3+ and Neon. These would be useful for complex multiplications, and in the absence of the opcodes below, these would need to be a combinatio…
-
**Describe the bug**
Running `BUILD_TARGET=wasm32 ENABLE_WASM_SIMD=1 emconfigure ./ci.sh release` yields an error
```
CMake Error at third_party/CMakeLists.txt:36 (message):
Highway library (h…
-
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/347745?tab=1
【环境准备】
```
BINARY_URL=oss://compiler-ci-bucket/dragonwell8/CI/tar/20240731-002914-432-#485-linux.aarch64.fastdebug.master-664372ca…
-
### Steps to reproduce
I recently upgraded spack on develop branch. Now I find the following error message when trying to install or spec any package (using glibc as an example)
```
$ spack spec…
-
### What happened?
It seems llama-cli version 3952 doesn't generate any text response when the "--log-disable" parameter is set.
llama-cli version 3541 returns a text response regardless of the t…
-
### Background and motivation
Consider:
```csharp
public static unsafe long multiplyAdd(ref short* a, ref short* b, int length)
{
Vector res = Vector.Zero;
Vector ploop;
for (int i …
a74nh updated
1 month ago