#14775 closed bug (fixed)
AVX support missing
Reported by: | miqlas | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Advanced Vector Extensions used by OpenBLAS, makes troubles on the BuildBots, refer to the issue here: https://github.com/xianyi/OpenBLAS/issues/1916
Attachments (3)
Change History (9)
comment:1 by , 6 years ago
by , 6 years ago
by , 6 years ago
Attachment: | python3.6m-73366-debug-02-12-2018-19-45-19.report added |
---|
by , 6 years ago
Attachment: | python2.7-73354-debug-02-12-2018-19-45-14.report added |
---|
comment:5 by , 4 years ago
I don't know if we really want or need to support it there. We already do not support a bunch of "modern" x86 features (like SMAP) on 32-bits.
comment:6 by , 4 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
(final time)
Note:
See TracTickets
for help on using tickets.
For reference I'm attaching the sysinfo of the x86_64 builder. As the analysis in their ticket concludes, there is no AVX support in Haiku, so this is not specific to the builders. The problem only becomes visible there as they now have significantly more modern virtual hardware and various ports now try to dynamically make use of these features. The same apparently happens for numpy, I found two such debug reports for both python2.7 and python3.6 on the Desktop when I just connected now.