]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
msvc: use the vectorcall calling convention
authorMatthew Barr <matthew.barr@intel.com>
Fri, 10 Mar 2017 04:48:38 +0000 (15:48 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 9 Jun 2017 00:12:02 +0000 (10:12 +1000)
commitdba2470ec944c9add386f0765c38bc64084c1904
treecd2eb7849f5fe687e5489a9ec7b7264598b641ff
parent73765f1f84bf4bf22bb18d7df24aaca55bc66cf2
msvc: use the vectorcall calling convention

This requires declaring external interfaces with the cdecl
calling convention.
19 files changed:
CMakeLists.txt
src/alloc.c
src/database.c
src/hs.cpp
src/hs_common.h
src/hs_compile.h
src/hs_runtime.h
src/hs_valid_platform.c
src/hs_version.c
src/runtime.c
src/scratch.c
unit/CMakeLists.txt
unit/internal/main.cpp
unit/internal/utf8_validate.cpp
util/CMakeLists.txt
util/ExpressionParser.h
util/ExpressionParser.rl
util/expressions.cpp
util/expressions.h