-
Here's a repro of the crash with clang:
```llvm
target triple = "x86_64-unknown-linux-gnu"
define i32 @foo(float %0, float %1) #0 {
Entry:
%2 = call float @llvm.fabs.f32(float %0)
%3 = bit…
-
When trying to build (git cloned an hour ago) I get errors about unsupported options like -msse3 and x86-64-v3 that makes me believe that the ../Ratatouille/makefile doesn't detect that the VM environ…
-
### Code
I tried this test with `-Ctarget-cpu=x86-64-v3` (which we have on by default in the upcoming RHEL 10):
`tests/codegen/issues/issue-101082.rs`
```rust
//@ compile-flags: -O
#![crate_type = …
-
### Steps to reproduce the issue
```console
$ spack spec -I
Concretized …
-
### Tested versions
found in Godot v4.2.3.rc (c8356fb9d) (when I pulled version 4.2.2 there was a commit that changed it's version to 4.2.3 but nothing else was changed)
### System information
…
-
Currently, we're using `x86_64-unknown-linux-gnu-install_only_stripped` build for linux, but there are builds for `x86_64-v2`, `x86_64-v3` and `x86_64-v4` that use SSE to speed up Python (https://greg…
-
In working on [1.21.4.4 Docker images](https://github.com/openresty/docker-openresty/issues/258), I see that many `1.21.4.4` packages are missing:
* Alpine: https://openresty.org/package/alpine/v…
-
```
$ sudo dnf5 install my-package --forcearch=x86_64_v3
Unsupported architecture "x86_64_v3". Please choose one from "aarch64", "alpha", "alphaev4", "alphaev45", "alphaev5", "alphaev56", "alphaev6"…
-
I'm trying to build Opensim 4.5.1 from source on Linux and running into issues. It looks like the copy of libtropter in my build folder is not able to find the ipopt and colpack libraries during the t…
-
### Summary
Before the `gcc-runtime` package was introduced back in December, it was possible to use older GCC versions (e.g., the system GCC) to compile low-level package dependencies and then use `…