-
lipo is not being performed to merge 32-bit and 64-bit binaries:
```
directhex@breakfast:/tmp$ file Library/Frameworks/Mono.framework/Versions/6.5.0/bin/* | grep Mach-O | grep -v universal
Librar…
-
Tests are failing on i386 ( #144) but travis does not currently run on this system.
-
I recently updated the hdrhistogram package in Debian, and as part of that I resolved the issues that were blocking the tests from running on Debian's test infrastructure.
Unfortunately when runnin…
-
### Description
In theory, memory returned by `new` should be aligned to `MemAlign`:
https://github.com/nim-lang/Nim/blob/v1.6.14/lib/system/bitmasks.nim#L22
However, on i386, the size of `Cell…
-
Migrated from [rt.perl.org#9478](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=9478) (status was 'open')
Searchable as RT9478$
p5pRT updated
2 years ago
-
```
2021-12-05T03:30:44.5889934Z clang -std=gnu99 -Wall -Wshadow -Wformat=2 -Wold-style-definition -Wstrict-prototypes -Wnull-dereference -Wimplicit-fallthrough -Werror -Wunused -Wextra -fdoll…
-
I believe that porting all commands from the EFI mode to the i386-PC mode. This would allow all computers to use all the features available in this port.
-
Some comments in #634 suggest that Hadrian's treatment of adjustors may be broken. We should test on i386 to make sure this configuration works.
-
When I install the receivemidi from gbevin/tools, it's build failed.
The error is :
The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture.…
-
### Description
segment registers have different name for i386, amd64 in archinfo, which is quite annoying
specifically, in archinfo, i386 calls them normally like "cs", "ds", "es", "fs", "gs", "ss"…