[PATCH] D155148: Add SM4 instructions.
Freddy, Ye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 04:36:24 PDT 2023
FreddyYe added inline comments.
================
Comment at: clang/test/CodeGen/X86/sm4-builtins.c:5
+#include <immintrin.h>
+#include <stddef.h>
+
----------------
RKSimon wrote:
> what is stddef.h needed for?
Good catch! probably be copy paste error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155148/new/
https://reviews.llvm.org/D155148
More information about the cfe-commits
mailing list