-
GCC12 vectorises the statements in both the outer and inner loop. Clang doesn't do any vectorisation. As a result, we are about 90% behind for kernel s235 in TSVC.
Compile this input with `-O3 -mcp…
-
We had to disable autodoc generation because it segfaults the build after the Zig 2024.1.0-mach update #1135
```
(lldb) run
Process 94093 launched: '/Users/slimsag/zig/0.12.0-dev.2063+804cee3b9/f…
-
### Description
Context: Migrating game engine written in c# from legacy xamarin ios to .NET7.
After the migration, when comparing minimal engine project for ios ("EmptyProject") I noticed non n…
-
```
Sometimes libvpx(1.3.0) with WebRTC(r6225) crashes on linux(3.4.61),
ARMv7(Cortex A7) using neon vfpv4, hardfp. At that time, backtrace is like
below(summary).
0x6f7a1e in vp8_find_near_mvs
…
-
My test case is
```assembly
.text
.global gf_vect_mad_neon
.type gf_vect_mad_neon, %function
x_const .req x0
q_tmp .req q1
gf_vect_mad_neon:
ldr x_con…
-
This issue started on drt-ldr on September 11, 16:51, a _node-kill/sigkill/drain=true_ operation was started which does the following two things:
```
1. Drain Node
./cockroach node drain
2. Kill…
-
### What feature is your improvement idea related to?
I've always been annoyed by the ugly banding that's visible in dark maps/dark areas on maps.
Example (not the most visible, open in a new tab …
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
### Description
If loading a room that is very complex, for example has thousands of sprites in it, the room will take several minutes to load (often 10 minutes). If these rooms are open tabs in the …