Skip to content

Conversation

@clintonium-119
Copy link

@clintonium-119 clintonium-119 commented Jan 20, 2026

Fixes a few small issues I ran into compiling on an x86-64 platform

  • NEON Compilation Error in the desktop platform.c fron non-arm-neon platfroms
    • Added #if defined(__ARM_NEON) || defined(ARM_NEON) guard around NEON optimizations code block
  • _GNU_SOURCE was unconditionally defined, causing potential redefinition conflicts
  • Compilation errors on platforms where signal functions aren't implicitly declared
    • Added explicit #include <csignal>

@frysee frysee merged commit ed07e98 into LoveRetro:main Jan 28, 2026
62 checks passed
Helaas pushed a commit to Helaas/NextUI that referenced this pull request Jan 28, 2026
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