-
This code:
```go
func slice(s []int64, idx int) []int {
return s[idx:]
}
```
generates this code on ARM:
```
CMP R0, R7 // bound check
B.GE panic
SUB R7, R0, R0 // …
rasky updated
2 years ago
-
Hello,
I'm trying to use your api on my 1.18.1 spigot server but I have an issue :
When i try to setLocation() before creating my npc I get the message below in the console.
I have checked my code…
-
Excerpt from https://build.solarma.it/job/gmacario/job/my-agl-pipelines/job/build-agl-master-raspberrypi3/3/console
```
Started by user Gianpaolo Macario
Replayed #2
16:17:02 Connecting to https…
-
Depending upon how an R0 function is initialised, incorrect results can be obtained in assembly.
For example
```
from firedrake import *
import numpy as np
from mpi4py.MPI import COMM_WORLD a…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR7483](https://bugs.llvm.org/show_bug.cgi?id=7483) |
| Status | NEW |
| Importance | P normal |
| R…
-
I do put the plugin in plugins file, but it doesn't work.
I've tried many methods but still can't fix the problem
MCversion: 1.20.1
the error msg:
[14:29:10 ERROR]: Could not load 'plugins\Bea…
-
It seems that build-in BusyBox wget (v1.27.2 2017-12-12 10:41:50 GMT) is not capable to handle SSL traffic via proxy (`10.1.2.3:8080` in my case). Example:
```
+ rm /tmp/download-kafka.sh
+ wget ht…
-
**What happened**:
On alpine I need:
- libcrypto3, libssl3 (3.1.4-r6)
- tomcat 9.0.87 with tomcat-native 1.2.33-r0 (taken from 3.16 repo) because tomcat-native 2.x is only supported since tomcat…
-
| | |
| --- | --- |
| Bugzilla Link | [11175](https://llvm.org/bz11175) |
| Version | trunk |
| OS | All |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143744098-d9…
-
The for-loop creates redundant instructions in the instructions of checking exit condition.
ex)
```
kernel void loop1 (global float a[], global float b[]) {
for (int i = 0; i < 1000; i++) {…