Skip to content
Snippets Groups Projects
  • Tim-Philipp Müller's avatar
    20c032d2
    meson: fix build on arm64 · 20c032d2
    Tim-Philipp Müller authored and Tristan Matthews's avatar Tristan Matthews committed
    Would fail like:
    
    Checking if "compiler supports ARMv7/AArch64 NEON intrinsics" : links: NO
    Checking if "compiler supports ARMv7/AArch64 NEON intrinsics with -mfpu=neon" : links: YES
    Checking if "compiler supports AArch64 NEON intrinsics" : links: NO
    Checking if "compiler supports AArch64 NEON intrinsics with -mfpu=neon" : links: NO
    Message: Compiler does not support AArch64 NEON intrinsics
    ../silk/meson.build:28:45: ERROR: Unknown variable "have_arm_intrinsics_or_asm".
    
    since commit 08088411.
    20c032d2
    History
    meson: fix build on arm64
    Tim-Philipp Müller authored and Tristan Matthews's avatar Tristan Matthews committed
    Would fail like:
    
    Checking if "compiler supports ARMv7/AArch64 NEON intrinsics" : links: NO
    Checking if "compiler supports ARMv7/AArch64 NEON intrinsics with -mfpu=neon" : links: YES
    Checking if "compiler supports AArch64 NEON intrinsics" : links: NO
    Checking if "compiler supports AArch64 NEON intrinsics with -mfpu=neon" : links: NO
    Message: Compiler does not support AArch64 NEON intrinsics
    ../silk/meson.build:28:45: ERROR: Unknown variable "have_arm_intrinsics_or_asm".
    
    since commit 08088411.