-
llvm/llvm-project@dbad963a69fd7b16c6838f81b61167fbf00a413c changes i128s to align at 16 bytes, which causes a few tests to fail:
```
[codegen] tests/codegen/cast-target-abi.rs#sparc64
[codegen] tests…
-
For the below sample source file - the assembly code generated is incorrect.
Sample.c:
```
struct sample {
struct sample *next;
char a;
};
char function (char);
void test(void);
…
-
armasm (for assembling legacy assembly code) uses armasm syntax assembly code.
armclang aims to be compatible with GNU syntax assembly code (that is, the assembly code syntax supported by the GNU a…
-
The file `GNU.Gettext/GNU.Gettext.Msgfmt/AssemblyGen.cs` is derived from GNU gettext's `gettext-tools/src/write-csharp.c`. This is evident from the fact that some comments have been copied literally:
…
-
Hello, I am currently using auto_scheduler to automatically tune a naive gemm operator. However, after the tuning is completed, I checked the corresponding assembly code and found that the registers r…
-
Currently it looks like the only supported assembly language targets are masm and nasm. However, the (official) one is Gnu As on Linux, so that should probably be supported. If Gas is already supporte…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Steps to reproduce:
- double click "70x100cm module" in tree
- select those 2 plains
…
-
**Project description**
Pep/9 is a 16-bit computer emulator, designed to teach computer architecture, assembly language programming, and computer organization principles as described in the text Comp…
-
Formatting this code causes an error and warning:
```
void write(Reg reg)(uintptr val) {
asm {
"csrw %0, %1" : : "i"(reg) "r"(val);
}
}
```
```
test.d(3:36)[error]: Expect…
-
Hi @Xudong-Huang. Having an issue with 0.8.0 and newer on iOS targets. 0.7.5 builds fine, but 0.8.0 fails with inline assembly errors (see the log below).
Toolchains I checked on:
- 1.79.0-aarch64…