[all-commits] [llvm/llvm-project] 15b665: [Headers][X86] Add constexpr support for some AVX5...

sskzakaria via All-commits all-commits at lists.llvm.org
Thu Sep 18 04:12:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15b665b129cf77abd7c51ffb5dc67a21847a37e9
      https://github.com/llvm/llvm-project/commit/15b665b129cf77abd7c51ffb5dc67a21847a37e9
  Author: sskzakaria <ssskzakaria at proton.me>
  Date:   2025-09-18 (Thu, 18 Sep 2025)

  Changed paths:
    M clang/lib/Headers/avx512vlfp16intrin.h
    M clang/test/CodeGen/X86/avx512vlfp16-builtins.c

  Log Message:
  -----------
  [Headers][X86] Add constexpr support for some AVX512 int to f16 intrinsics. (#159231)

Added constexpr to the remaining intrinsics:

_mm256_cvtepu16_ph 
_mm256_mask_cvtepu16_ph 
_mm256_maskz_cvtepu16_ph
_mm256_cvtepi32_ph 
_mm256_mask_cvtepi32_ph 
_mm256_maskz_cvtepi32_ph
_mm256_cvtepu32_ph
 _mm256_mask_cvtepu32_ph 
 _mm256_maskz_cvtepu32_ph
 
 Last part fixing #155798



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