Sylwester Arabas
Sylwester Arabas
Thanks a lot for fighting with it!!! Re 1: AFAIK, this is not a Travis issue - OSX simply presents its clang as g++ to its users Re 2: IIUC,...
@papadop any ideas why linking fails with the wiki examples? Nowith changes with --enable-shared and with --prefix=/usr: https://travis-ci.org/blitzpp/blitz/jobs/528152660
I've renamed the issue to make it a bit clearer what is the focus. The wiki-examples script problem is being addressed here: #121
Done.. however all tests segfault: https://travis-ci.org/blitzpp/blitz/jobs/592681341 @papadop, @citibeth any ideas?
We need to add checks for Boost to CMakeLists.txt, also .travis.yml and appveyor.yml files need an update to make continuous integration be "green". And a question that was around for...
Thank you! I would vote for embracing it (i.e., simplifications and generalisations using Boost preprocessor as exemplified in the above diffs)! @citibeth, @pguio, @lutorm, Julian?
Re: "... which [dimension] amount I define by a macro" - I wonder if this could actually offer also an option to for users to reduce compilation time - assuming...
@vukics this was more of a question than statement, thanks
Thank you for reporting it! IIUC, option B has the advantage of not changing the existing behaviour. Would it be possible for you to create a PR for it? Thanks,...
Likely a relevant discussion on a try to replace all "#pragma ivdep" intended for the Intel C++ compiler with corresponding "GCC ivdep" pragma in Blitz++: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267