Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect riscv xtheadvector, fix xtheadvdot #134

Merged
merged 1 commit into from
Dec 22, 2024

detect riscv xtheadvector, fix xtheadvdot

ce63925
Select commit
Loading
Failed to load commit list.
Merged

detect riscv xtheadvector, fix xtheadvdot #134

detect riscv xtheadvector, fix xtheadvdot
ce63925
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch cancelled Dec 22, 2024 in 6h 31m 59s

Build Canceled

The build canceled.

Details

This is a normal build for the xtheadvector-xtheadvdot branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in parallel.

Job OS State
264.1 Linux passed
264.2 Linux canceled
264.3 Linux passed
264.4 Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Focal)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64",
    "arm64",
    "ppc64le",
    "s390x"
  ],
  "script": [
    "gcc main.c -o ruapu",
    "./ruapu"
  ]
}