search for: htmxlintrin

Displaying 3 results from an estimated 3 matches for "htmxlintrin".

2015 Aug 14
2
[3.7 Release] Let's fix the release notes!
...e clang detect the current host CPU, you now need to use the > -march=native option. > > Clang now provides the <s390intrin.h> header file. > > Clang now supports the transactional-execution facility and > provides associated builtins and the <htmintrin.h> and > <htmxlintrin.h> header files. Support is enabled by default > on zEC12 and above, and can additionally be enabled or disabled > via the -mhtm / -mno-htm command line options. > > Clang now supports the vector facility. This includes a > change in the ABI to pass arguments and return values o...
2015 Aug 13
17
[3.7 Release] Let's fix the release notes!
Dear everyone, The in-progress release notes for 3.7 [1,2] make it look like we didn't do very much over the past six months. Obviously that's not the case at all, so let's get them in shape! If you've been thinking "I should probably add this to the release notes at some point", now is the time :-) I have a list below of changes that might be worth mentioning. I
2015 Aug 21
2
[cfe-dev] [RFC] AlwaysInline codegen
On Thu, Aug 20, 2015 at 7:17 PM, John McCall <rjmccall at apple.com> wrote: > > On Aug 20, 2015, at 5:19 PM, Evgenii Stepanov via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > > Hi, > > > > There is a problem with the handling of alwaysinline functions in > > Clang: they are not always inlined. AFAIK, this may only happen when > > the caller is