We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3620ceb commit dc427e0Copy full SHA for dc427e0
clang/lib/Headers/intrin.h
@@ -567,6 +567,8 @@ unsigned int _CountLeadingZeros(unsigned long);
567
unsigned int _CountLeadingZeros64(unsigned _int64);
568
unsigned int _CountOneBits(unsigned long);
569
unsigned int _CountOneBits64(unsigned __int64);
570
+
571
+void __cdecl __prefetch(void *);
572
#endif
573
574
/*----------------------------------------------------------------------------*\
0 commit comments