Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various arm64 and bootstrap-on-FreeBSD fixes #427

Merged
merged 12 commits into from
May 14, 2024

Conversation

RangerRick
Copy link
Collaborator

No description provided.

RangerRick and others added 12 commits May 13, 2024 17:31
Apparently clang 18 has become more strict about using floating point
registers in inline assembly when -mgeneral-regs-only is used. This
causes sys/arm64/arm64/vfp.c to fail to compile, with "error:
instruction requires: fp-armv8", and "error: expected readable system
register".

To fix it, similar to other files compiled for arm64, disable
-mgeneral-regs-only for this particular file.

PR:		276104
MFC after:	1 month

(cherry picked from commit f4d93b6)
* neon is apparently broken (it's disabled even in upstream ports)
* dunno if `-DPIXMAN_TIMERS` is important, but had to turn it off
@mszoek mszoek merged commit 57fe032 into ravynsoft:main May 14, 2024
0 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants