-
Hi,
As of [this commit](https://github.com/llvm/llvm-project/commit/3550e242fad672696da361f7ddadf53a41114dfd), specifying an Armv9-A architecture will cause Clang to generate SVE instructions uncon…
-
Reported first at https://github.com/fxcoudert/gfortran-for-macOS/issues/65
```
meau /tmp $ gfortran-14 a.f90 -O3 -mtune=native -march=native
f951: Error: unknown value 'apple-m1' fo…
-
I'm writing a compiler that translates Jib to LLVM, targeting the [ARMv9.4a snapshot](https://github.com/rems-project/isla-snapshots/blob/master/armv9p4.ir.gz) as my initial use case and consuming isl…
-
I have built IR from the latest armv9.4 model, but the configs do not appear to work.
For example:
```
$ ./target/debug/isla-footprint --arch /tmp/tmp.s5sMpblynE/outputs/armv9.ir --config confi…
-
It's sad that it's not possible to compile the newest version on Android and Linux devices.
-
### Current problem
Current Android build (Armv8) does not support Armv9 devices (e.g., Samsung Galaxy S23).
-
**Check List**
- [√ ] The binary I am trying to run has been compiled statically for either RV64 or AArch64.
- [ √] The compiled binary is a Linux Elf file.
- [ √] I have provided both a config …
-
-
Howdy, we're trying to build for aarch64 linux for NixOS, and we're currently getting this error:
```
Running phase: unpackPhase
unpacking source archive /nix/store/60iiaia0vbgl09ynhvbf7rk55sc17g…
-
### Describe the issue
It's not possible to compile with ARMv9.2, SVE2 support.
### Expected behavior
ARMv9.2, SVE2 should be used instead of old ARMv8.
### Steps to reproduce
Compile.
### Anyth…