-
[2024年BS収録カレンダー](https://docs.google.com/spreadsheets/d/17zGlPErKFo5HbWO9YTNDKlg65_wk2CAX/edit?usp=sharing&ouid=101164025057236789338&rtpof=true&sd=true)
# ✔︎指差し確認
- [x] 音声チェック
- [x] riverside…
-
When targeting the Arm Cortex-R5 processor, rustc and llvm generate assembly containing floating-point instructions. These are not available on the Cortex-R5 (only on the Cortex-R5**F**) and cause the…
-
I could not find a way to use the `size()` function of the C++ `pack` structure in a `constexpr` manner. For example, this fails:
```C++
constexpr int vsize = pack().size();
```
because the const…
-
We currently store SFT entries as `&dyn SFT` which is a fat pointers. This is only efficient when the platform supports atomic instructions for double word size, i.e. 128 bits atomics on 64bits machin…
-
It's sad that it's not possible to compile the newest version on Android and Linux devices.
-
Alive2 proof: https://alive2.llvm.org/ce/z/pEwoSR
Missed example: https://godbolt.org/z/Ex3e6P8c8
### Motivating example
For simple C code from QEMU:
```c
bool is_power_of_2(uint64_t value)
…
XChy updated
9 months ago
-
Observed in https://github.com/openxla/iree/pull/15796, `GPT2_117M_TF_1X1XI32` and `GPT2_117M_TF_1X4XI32` run much slower on Pixel 8 when data-tiling + ukernel is enabled.
I downloaded the `GPT2_11…
-
* Fedora
* 40
* `Linux lnx 6.10.5-400.asahi.fc42.aarch64+16k #1 SMP PREEMPT_DYNAMIC Sat Aug 17 22:36:01 UTC 2024 aarch64 GNU/Linux`
We need support for Asahi Linux, which is Fedora on App…
-
**Environment information**
* Operating System: Arch Linux
* Cutter version: 1.10
* Obtained from:
- [ ] Built from source
- [x] Downloaded from release
- [ ] Distribution repository
* Fi…
-
### Zig Version
0.12.0-dev.47+0461a64a9
### Steps to Reproduce and Observed Behavior
Can find initial troubleshooting here:
https://ziggit.dev/t/cross-compile-zig-fails-on-target-with-illegal-ins…