-
I can't provide a minum reproducable code, but it can be reproduce by running the example in project https://github.com/derivator/egui_vulkano, just git clone it, and run `cargo run --example example`…
-
The Arduino API renamed "WString.h" to "String.h"
Given that "string.h" is a part of libc, and that most modern operating systems implement sort of "fuzzy" case-matching in their filesystems, this se…
-
Hi, when I compile the following program
```cpp
#define TAN_MAGIC 0x000002B7
double tan_helper(double arg)
{
int magic = TAN_MAGIC;
asm("flds %1; fdivr %%st %%st(1); fistpl %0"
…
-
Hello, this is a follow up from https://github.com/rust-lang/rust/issues/98768
Currently, rustc will, if asked to use options like AArch64's BTI or Intel's CET, emit module-level attributes, follow…
-
Would it be possible to do link-time-optimization on Cosmopolitan and, Redbean and Python? I would think that being able to inline C library functions would increase performance quite a bit for instan…
-
Hello,
I am installing the master branch of Pyne in Raspberry Pi 4 running the Raspberry Pi OS (Raspbian).
My Python version is 3.7.3 and when I run "python setup.py install" I receive this error:…
-
Today:
> dart -disassemble foo.dart
provides a convenient way to view disassembled code, but only for JIT mode.
AFAIK, you need a checked SDK to view AOT disassembled code (which is more usef…
-
| | |
| --- | --- |
| Bugzilla Link | [52129](https://llvm.org/bz52129) |
| Version | trunk |
| OS | Linux |
| Attachments | [Full crash message and files it request I submit.](https://user-images.g…
-
| | |
| --- | --- |
| Bugzilla Link | [26545](https://llvm.org/bz26545) |
| Version | 3.7 |
| OS | MacOS X |
| Attachments | [code](https://user-images.githubusercontent.com/60944935/143753023-c060f…
-
| | |
| --- | --- |
| Bugzilla Link | [42756](https://llvm.org/bz42756) |
| Version | 8.0 |
| OS | Windows NT |
| Attachments | [Minimal example that reproduces the issue](https://user-images.github…