[all-commits] [llvm/llvm-project] 74392b: [X86] Consistently use __inline__ keyword in intri...

Maurice Heumann via All-commits all-commits at lists.llvm.org
Wed Nov 27 02:05:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74392bde2e603c8ca3f0956d4c55ba181fe9989b
      https://github.com/llvm/llvm-project/commit/74392bde2e603c8ca3f0956d4c55ba181fe9989b
  Author: Maurice Heumann <MauriceHeumann at gmail.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M clang/lib/Headers/intrin.h

  Log Message:
  -----------
  [X86] Consistently use __inline__ keyword in intrin.h (#117856)

Using `inline` instead of `__inline__` may cause duplicate symbol errors in some scenarios.

This fixes #117854



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