+2020-05-06 Hongtao.liu <hongtao.liu@intel.com>
+
+ * gcc.target/i386/funcspec-56.inc: Add enqcmd, avx512bf16,
+ avx512vp2intersect.
+
2020-05-06 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/94921
extern void test_recip (void) __attribute__((__target__("recip")));
extern void test_serialize (void) __attribute__((__target__("serialize")));
extern void test_tsxldtrk (void) __attribute__((__target__("tsxldtrk")));
+extern void test_enqcmd (void) __attribute__((__target__("enqcmd")));
+extern void test_avx512bf16 (void) __attribute__((__target__("avx512bf16")));
+extern void test_avx512vp2intersect (void) __attribute__((__target__("avx512vp2intersect")));
extern void test_no_sgx (void) __attribute__((__target__("no-sgx")));
extern void test_no_avx5124fmaps(void) __attribute__((__target__("no-avx5124fmaps")));
extern void test_no_recip (void) __attribute__((__target__("no-recip")));
extern void test_no_serialize (void) __attribute__((__target__("no-serialize")));
extern void test_no_tsxldtrk (void) __attribute__((__target__("no-tsxldtrk")));
+extern void test_no_enqcmd (void) __attribute__((__target__("no-enqcmd")));
+extern void test_no_avx512bf16 (void) __attribute__((__target__("no-avx512bf16")));
+extern void test_no_avx512vp2intersect (void) __attribute__((__target__("no-avx512vp2intersect")));
extern void test_arch_nocona (void) __attribute__((__target__("arch=nocona")));
extern void test_arch_core2 (void) __attribute__((__target__("arch=core2")));