[Bug target/97247] New: Typo in <enqcmdintrin.h>
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 29 18:25:02 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97247
Bug ID: 97247
Summary: Typo in <enqcmdintrin.h>
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: i386,x86-64
<enqcmdintrin.h> has
#if !defined _IMMINTRIN_H_INCLUDED
# error "Never use <enqcmdntrin.h> directly; include <x86intrin.h> instead."
^^^^^^^^^^^^^^^^ It should be <enqcmdintrin.h>.
#endif
More information about the Gcc-bugs
mailing list