-
I've found out that when targeting `i686-pc-windows-msvc`, the first hook specified inside `hook_module` gets disregarded ( it does not get called ). The following hooks work as intended.
Here is a…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Running the appimage, it throws the error:
execv error: No such file or directory
…
-
![image](https://github.com/user-attachments/assets/dbdaa75c-4385-45ad-82f1-f8726ea6494c)
objdump output:
```
2b6: c7 85 68 ff ff ff 00 mov DWORD PTR [ebp-0x98],0x0
2bd: 00 00 00
…
-
x86-64-v2 should be supported on basically every extant computer (it's hardware from 2011 or later?).
* [ ] Write an article about why this is fine and good
* [ ] PyWavelets @rgommers
* [ ] NumPy…
-
### Description
As the title says, the build fails on x86 after updating to Expo SDK 52 (RN 0.76.2) and enabling the New Architecture.
Here is the error from xcbuild:
```
The following build c…
-
I am working on a pretty oldish MacBook Pro 2015.
And I have runtime issues with starting a sandbox for all new workspaces releases down to version 11.1, however, it is [mentioned](https://github.com…
-
估计是没有做 x64 的 linux版编译固件
-
I have an older x86_64 (Core 2 Duo) laptop that lacks the popcnt instruction. The check in `CMakeLists.txt` erroneously adds `-mpopcnt` to its compiler flags, and that eventually causes Illegal Instru…
-
Original rust: https://godbolt.org/z/EqTcbvcYv
Renamd ir: https://godbolt.org/z/a4ParGx77
Same codegen if put
` %low_nibble = and i64 %input_byte_ext, 15`
after
`%high_nibble = lshr i64 %input…