Generally this looks fine... I'd like to have documentation somewhere for builtins that Clang/LLVM are adding which don't exist in GCC. Is there a convenient place in the Clang docs you can explain this intrinsic?
On Sat, Aug 4, 2012 at 8:28 PM, Hal Finkel <[email protected]> wrote: > Hello, > > Please review this patch which adds a __builtin_readcyclecounter() > intrinsic. LLVM provides i64 @llvm.readcyclecounter(), but clang does > not have a corresponding intrinsic. > > Thanks in advance, > Hal > > -- > Hal Finkel > Postdoctoral Appointee > Leadership Computing Facility > Argonne National Laboratory > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
