[PATCH] D96315: [X86][AMX] Assemble new AMX interface to an experiment header file.
LuoYuanke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 22:19:15 PST 2021
LuoYuanke added inline comments.
================
Comment at: clang/lib/Headers/amxintrin_experiment.h:12
+ * This file is experiment interface for AMX new programming model.
+ */
+
----------------
pengfei wrote:
> It's better to add such macros:
> ```
> #ifndef __AMXINTRIN_EXPERIMENT_H
> #define __AMXINTRIN_EXPERIMENT_H
> #ifdef __x86_64__
> ```
Sure. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96315/new/
https://reviews.llvm.org/D96315
More information about the cfe-commits
mailing list