[PATCH] D147420: [X86] Support AMX Complex instructions
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 2 18:32:50 PDT 2023
pengfei added a comment.
Add release notes like other ISAs. E.g., D135941 <https://reviews.llvm.org/D135941>
================
Comment at: clang/lib/Headers/CMakeLists.txt:122
amxintrin.h
+ amxcomplexintrin.h
avx2intrin.h
----------------
Move before `amxfp16intrin.h` to keep the order.
================
Comment at: clang/lib/Headers/amxcomplexintrin.h:1-37
+/*===------------- amxcomplexintrin.h - AMXCOMPLEX --------------------------=== */
+/* INTEL_CUSTOMIZATION */
+/*
+ * INTEL CONFIDENTIAL
+ *
+ * Modifications, Copyright (C) 2021 Intel Corporation
+ *
----------------
Update the license.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147420/new/
https://reviews.llvm.org/D147420
More information about the llvm-commits
mailing list