-
```
What steps will reproduce the problem?
1. ./configure --enable-optimized
2. make ENABLE_OPTIMIZED=1
3.
What is the expected output? What do you see instead?
llvm[1]: Compiling AsmWriter.cpp for …
-
This is a very interesting project! I wonder to what extent it aims to support CPU:s with native instructions for fixed-point operations?
For instance, some machines support certain standard [Q num…
-
I'm playing with doslfn with the goal that I'd like to get it to build using nasm and ia16-elf-gcc. My test repo/branch is over at https://gitlab.com/a8d/doslfn/-/tree/t2/src . Currently it is wholly…
-
```
What change would like to see?
The ability to include libraries on a per-sketch basis. This should probably
be in the code/ folder to mirror Processing, or a libraries/ folder (to mirror
other…
-
Im using the Mono 3.2.2 stable version (Downloaded from official site) on Ubuntu 20.04. (In the past using older versions of ubuntu or linux mint or debian or arch it also had this issue with identica…
-
Our code size is roughly 10x that of dav1d. We need to investigate why our code size is so much larger, and potentially optimize our code to generate a smaller binary.
-
When running the "annotate" step in enrichm of the latest version (installed via conda), ERROR happened as below.
[2019-08-17 15:04:12 PM] INFO: Running command: /data/software/miniconda3/envs/enr…
-
a simple example is fp conversion from fp64 to fp16:
```
fnty = ir.FunctionType(int16, (double,))
module = ir.Module(name=__file__)
func = ir.Function(module, fnty, name="fptest")
block = fun…
-
### Xmake Version
xmake v2.7.6+master.12eb31bcf
### Operating System Version and Architecture
Windows 11
### Describe Bug
My `xmake.lua` uses a custom toolchain to compile `gcc-arm-none…
-
## Environment
- OS: Raspberry OS - Debian GNU/Linux 12 (bookworm)
## Describe the bug
When trying to open ./VDF.GUI I get in console the following error:
./VDF.GUI: Cannot execute binary file:…