rolandschulz

Results 17 issues of rolandschulz

This would be equivalent to the optimization in libstdc++ https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=267614 . There are doubts that this specific optimization is conformant. Because even the trivial move has observable side-effect (the address)....

It would be nice if one could easily jump to parent/child changes. I think this could be done by either adding an option in the context menu or by having...

enhancement

Keyboard shortcuts with non-alphanumeric keys (e.g. =-[];') don't work like in normal US layout. E.g. Visual Code shows ctrl+- as ctrl+oem_minus. In Visual Code they keybinding still works but in...

The README mentions it is TODO. What's left to do and do you want any help implementing this? Note that mp11 has mp_with_index which does most of the work.

libstdc++ is used by many also for clang. It would be great if this will eventually also support clang. Do you already know the reasons (i.e. the list of missing...

It might be nice if as an alternative to measuring time you also supported measuring cycles (using perf_event_open). That would make it less important to fix frequency (for non memory...

With Archer (dc4e363) build with out of source with LLVM 4.0 and OMP-TR4. Running GROMACS unit tests: ``` git init gromacs && cd gromacs git fetch https://gerrit.gromacs.org/gromacs refs/changes/48/6648/1 && git...

bug

Given: ``` #include int main() { __m256 x = _mm256_set1_ps(1); return 0; } ``` And Archer (dc4e3632485) build with out of source with LLVM 4.0 and OMP-TR4 I get: ```...

bug

Currently the level-zero API is calling clang and llvm-spriv to generate the spv from cl. The user might not have those in their PATH. Therefore it might be better to...

### Library name boost ### Library description Windows only has boost 1.82 ### Library repository https://www.boost.org/ ### Motivation testing new mp11 features

new-libs
request