Integration of cnv2 and asm optimizations for cnv1&cnv2 thx to @SChernykh (#185)

This commit is contained in:
Ben Gräf 2018-10-16 00:20:27 +02:00 committed by GitHub
parent fe5f6f0673
commit 89e210ddd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 4957 additions and 862 deletions

View file

@ -54,6 +54,7 @@ public:
static size_t threads();
static size_t availableCache();
static int getAssignedCpuId(size_t threadId, int64_t affinityMask);
static AsmOptimization asmOptimization();
};