Skip to content

Instantly share code, notes, and snippets.

@bernhardmgruber
Created May 17, 2022 17:54
Show Gist options
  • Save bernhardmgruber/4f5a8e43e39dc85eb6b9eb58bedabaa6 to your computer and use it in GitHub Desktop.
Save bernhardmgruber/4f5a8e43e39dc85eb6b9eb58bedabaa6 to your computer and use it in GitHub Desktop.
  • 985d6db0 fix warning on using TimeStampCounter uninitialized - Bernhard Manfred Gruber
  • f4bb7700 add maintenance mode warning to issue template - Bernhard Manfred Gruber
  • c63cef9f update minimum MSVC version in README.md - Bernhard Manfred Gruber
  • bf03f789 Revert "disable submitting to cdash" - Bernhard Manfred Gruber
  • d9ba27bd reduce ulp test problem size for msvc - Bernhard Manfred Gruber
  • 9e222642 reduce debug output to console - Bernhard Manfred Gruber
  • e044074c run debug builds in CI - Bernhard Manfred Gruber
  • 96919a60 fix out of bounds index when float_v is scalar - Bernhard Manfred Gruber
  • dbf04afa remove /arch:SSE2 flags - Bernhard Manfred Gruber
  • fd2dcc10 avoid Intel specific flags with icc - Bernhard Manfred Gruber
  • 277fe188 avoid assertion with MS STL in debug mode - Bernhard Manfred Gruber
  • fa49f6c6 default to Vc_RECURSIVE_MEMORY 1 - Bernhard Manfred Gruber
  • 0d3597d6 make godbolt headers have all of Vc - Bernhard Manfred Gruber
  • 285fb47b disable submitting to cdash - Bernhard Manfred Gruber
  • 6125a37b Do not compile for XOP+FMA4 if compiler cannot do it - Guilherme Amadio
  • 2c9e21bd Remove special case of MayAlias for Intel C++ compiler - Guilherme Amadio
  • bf3c0492 Do not warn users about "broken" FMA4 and/or XOP - Guilherme Amadio
  • 45fbb882 CMakeLists.txt: use CMAKE_CURRENT_LIST_DIR for module path - Zheng Luo
  • 43144b37 drop VS2017 - Bernhard Manfred Gruber
  • 92fc03aa add g++-11 to CI - Bernhard Manfred Gruber
  • b5597e57 do not build tests by default - Bernhard Manfred Gruber
  • 644f41cf CMake: add x86-64 feature levels - Stephan Lachnit
  • d03fa556 add a note that Vc is in maintenance mode - Bernhard Manfred Gruber
  • 7eebca97 phrase build/install instructions more platform agnostic - Bernhard Manfred Gruber
  • a3b925b0 conditionally disable SSAOptimizer for VS2019 - Bernhard Manfred Gruber
  • 88d57c92 also test Windows 2019/VS2019 - Bernhard Manfred Gruber
  • 61efa284 add support for Intel icelake - Bernhard Manfred Gruber
  • 3aeb65fd let icc build AVX2 Vc without Intel specifics - Bernhard Manfred Gruber
  • 342cde8e fix mapping zen3 march flags to icc - Bernhard Manfred Gruber
  • 08a87657 add clang-12 to CI - Bernhard Manfred Gruber
  • 8e0e2001 Remove custom offsetof implementation - Jonas Hahnfeld
  • c0e6b8d0 add support for AMD zen3 - Bernhard Manfred Gruber
  • 29174025 warn if CPU family is not supported - Bernhard Manfred Gruber
  • 3e34cccf add nighly builds - Bernhard Manfred Gruber
  • 7076d4ae Add Vc_INTRINSIC to fixed_size_simd operators - bmanga
  • 0f98e49e update godbolt headers - Bernhard Manfred Gruber
  • b84dcd0a Fix MaskBool initialization on SSE - L. E. Segovia
  • 811e2ee3 Resolve MSVC warnings - L. E. Segovia
  • 41a65d1b Vector: add constructor taking an element reference - L. E. Segovia
  • 7def5cc1 retrieve MSVC version from cl.exe instead of by compiling a test file - Bernhard Manfred Gruber
  • c96fefea exp: adjust boundaries for single-precision floating point - L. E. Segovia
  • c35c0e15 remove appveyor and travis CI - Bernhard Manfred Gruber
  • 6d91dc9e treat GitHub Actions CI like travis CI and merge windows builds - Bernhard Manfred Gruber
  • 93ac07e8 MSVC: specify Vc_VDECL explicitly on a few functions - L. E. Segovia
  • 8ae998cf require at least VS2015 (#290) - Bernhard Manfred Gruber
  • 8566787f add github actions CI inspired by travis/appveyor scripts (#278) - Bernhard Manfred Gruber
  • e4b581f4 Vector: add index_type alias - L. E. Segovia
  • 1afaf684 support GCC standard libraries which do not define __GLIBC_PREREQ - Bernhard Manfred Gruber
  • 5824e565 Allow consumers to disable installation - Manuel Bergler
  • d2b702f6 Allow building as subproject - Manuel Bergler
  • 61cac17c add vector call declaration to trigonemtry - EricAtORS
  • d3516e25 add msvs 2019 build files to gitignore - EricAtORS
  • 0d8c3faf fix integer comparison warning - Bernhard Manfred Gruber
  • dfadb264 after release: version 1.4.2-dev - Axel Naumann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment