cppassist:simd

Last commit made on 2018-02-20
Get this branch:
git clone -b simd https://git.launchpad.net/cppassist

Branch merges

Branch information

Name:
simd
Repository:
lp:cppassist

Recent commits

9e38296... by christopher <email address hidden>

better line endings

8fd1f42... by christopher <email address hidden>

reset defaults

6c45e36... by christopher <email address hidden>

include simd checks

d938fd0... by Stefan Buschmann <email address hidden>

Merge pull request #41 from j-o/vs_15_3

Fix compilation for Visual Studio 15.3

87daf85... by Jan Ole Vollmer <email address hidden>

Fix compilation for Visual Studio 15.3

09def30... by Stefan Buschmann <email address hidden>

Merge pull request #40 from Tobias1595/typelist_invoke_rename

Change TypeName::apply's Functor's method name

e596505... by Stefan Buschmann <email address hidden>

Fix compilation for MSVC2013 (reverted from commit 9cf495e696892bc06cba99ad59343a8483c4c898)

9cf495e... by Stefan Buschmann <email address hidden>

Fix compilation for MSVC2013

1afa6b4... by =?utf-8?q?Tobias_Kn=C3=B6schke?= <email address hidden>

Change TypeName::apply's Functor's method name

  - Functor now requires invoke<T>() instead of operator()<T>()

4de3e0f... by Stefan Buschmann <email address hidden>

Merge pull request #39 from cginternals/type_list

Add TypeList module and class