-
| | |
| --- | --- |
| Bugzilla Link | [48517](https://llvm.org/bz48517) |
| Version | 5.0 |
| OS | Windows NT |
| CC | @dwblaikie,@pogo59,@zygoloid |
| Fixed by commit(s) | 6b760a50f52142e401a…
-
Self-contained reproduction C source code attached as a text file: [repro.c.txt](https://github.com/user-attachments/files/17188039/repro.c.txt)
Building the above source with the following compile…
-
I notice you have macro'd `vshuffle` to be `__builtin_shufflevector` on clang and `__builtin_ia32_shufps` on gcc. But gcc has its own `__builtin_shuffle` (which I assume generates `__builtin_ia32_shuf…
aktau updated
11 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26545](https://bugs.llvm.org/show_bug.cgi?id=26545) |
| Status | NEW |
| Importance | P normal |
|…
-
I am attempting to run a simple C program on a PULPino RISC-V platform, but I am encountering issues with floating-point printf output. The program performs some basic floating-point operations (addit…
-
In [the documentation of text()](https://typst.app/docs/reference/text/raw/#parameters-lang), there is only note about Typst language. In [the raw element](https://typst.app/docs/reference/text/raw/),…
-
Hi team,
I'm working with the rust-lang team on a concern that would overlap with cpu_features, and am specifically here because this project has been around for a long time, is well regarded, and …
-
#34902 was finally closed as we got a [positive result on tests.r-b.org](https://tests.reproducible-builds.org/debian/history/rustc.html) for rustc 1.44.1 on Debian Unstable, where we test for build-p…
-
I'd like to be able to use Warp with .NET Core to target `linux-musl-x64`. Right now only `linux-x64` is supported.
Support for `linux-musl-x64` would allow me to layer binaries onto the `mcr.micro…
-
Hello all,
Any OpenMP offloading program with `schedule(auto)` clause does not compile successfully with the latest LLVM-CLANG(14.x) version. However replacing the same with `schedule(static)` work…