Skip to content

Instantly share code, notes, and snippets.

@bernhardmgruber
Created June 23, 2021 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bernhardmgruber/811cc03f9b7506a3ea18d2127cfe82ba to your computer and use it in GitHub Desktop.
Save bernhardmgruber/811cc03f9b7506a3ea18d2127cfe82ba to your computer and use it in GitHub Desktop.
Changelog Vc 1.4.2.md
  • fc2d75d0 release: version 1.4.2 - Axel Naumann
  • d4310fdb Redirect CDash submissions to CERN's CDash (#280) - Guilherme Amadio
  • c8c2dc9b mention std::experimental::simd in and remove mailing list/irc from README.md (#279) - Bernhard Manfred Gruber
  • 83e99cd6 reenable span::_as_bytes() for MSVC > 1928 (#277) - Bernhard Manfred Gruber
  • c09a406c Instruct CMake not to issue compatibility warnings up to version 3.13 (#276) - Andrei Gheata
  • f41958c3 Add missing include to simdarray.h (#275) - Guilherme Amadio
  • 953035b4 disable span<T, dynamic_extent>::_as_bytes() for MSVC - Bernhard Manfred Gruber
  • 37d48ab7 Ensure abs(short) calls abs(int) not abs(double) - Matthias Kretz
  • 876ff5cf Test abs(SHORT_MIN) - Matthias Kretz
  • bb46f5bc tests: Avoid UB with abs of minimum integral value - Jonas Hahnfeld
  • 52a2d8fc Use Vc::Allocator for any VectorAbi not just default - Matthias Kretz
  • 34975e9b Fix Vc::Allocator alignment on i386 - Matthias Kretz
  • 8c38f2cb tests: Explicit cast to avoid compiler warning (#261) - Jonas Hahnfeld
  • 4c614f73 Fix alignment of test structs - Jonas Hahnfeld
  • 383458a2 Avoid redefinition of bit_scan{forward,reverse} macros - Guilherme Amadio
  • 6e25cdd3 Only set LD_LIBRARY_PATH if CXXFLAGS are given - Matthias Kretz
  • 11fbd23e Work around GCC bug - Matthias Kretz
  • a0c84732 Align test structs for integral indexvector scaling - Matthias Kretz
  • 92a5cd02 algorithms: Return functions by value (#258) - Jonas Hahnfeld
  • a92fcdd6 Rewrite definitions for Travis CI - Jonas Hahnfeld
  • dc33f43d Fix test on i386 to align doubles to sizeof(double) - Matthias Kretz
  • 9abb95c8 Generalize: amending the last commit - Matthias Kretz
  • e41e2039 Resolve -m32 test run failures - Matthias Kretz
  • f59931f0 add copyright info (#251) - Rong "Mantle" Bao
  • 395f41ed remove deprecated method which causing warnings (#254) - Sergey Linev
  • 6808742b Point to std-simd repo - Matthias Kretz
  • 383ef32b Install Vc/algorithm - Matthias Kretz
  • b725a903 Fix apidox script to use new paths - Matthias Kretz
  • 921c58ce Rework the section on architecture compiler flags - Matthias Kretz
  • 05c3e2c4 Doxygen pages moved to github pages - Matthias Kretz
  • 409a2e55 Added AVX2+FMA+BMI2 option in vc_compile_for_all_implementations documentation - Paul Jurczak
  • 5faaa0dd Added current SIMD compiler flags for MSVC - Paul Jurczak
  • 19cafa3c README: add N-vortex example Compiler Explorer link - Matthias Kretz
  • 9311e871 Update godbolt header - Matthias Kretz
  • 1c384e37 Detect RandomAccessIterator to optimize load - Matthias Kretz
  • 2df3c7a0 after release: version 1.4.1-dev - Matthias Kretz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment