[all-commits] [llvm/llvm-project] 0adab6: [AArch64][Clang] Define __ARM_NEON_SVE_BRIDGE unco...

SpencerAbson via All-commits all-commits at lists.llvm.org
Wed Dec 4 03:32:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0adab6b1af5b1874099b1e97fdcea2ce5020d79a
      https://github.com/llvm/llvm-project/commit/0adab6b1af5b1874099b1e97fdcea2ce5020d79a
  Author: SpencerAbson <Spencer.Abson at arm.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/init-aarch64.c
    A clang/test/Sema/aarch64-sve-intrinsics/acle_neon_sve_bridge.cpp

  Log Message:
  -----------
  [AArch64][Clang] Define __ARM_NEON_SVE_BRIDGE unconditionally (#118272)

The meaning of `__ARM_NEON_SVE_BRIDGE` was changed here:
https://github.com/ARM-software/acle/pull/362

Such that it should be defined to `1` if the `arm_neon_sve_bridge.h`
header file is available, which is the case for Clang.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list