1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

Fix to no USE_FP16 case

This commit is contained in:
paboyle
2017-04-14 14:20:54 +01:00
parent 951be75292
commit 3ca41458a3
2 changed files with 4 additions and 3 deletions

View File

@ -340,7 +340,7 @@ namespace Optimization {
};
};
#define USE_FP16
struct PrecisionChange {
static inline __m512i StoH (__m512 a,__m512 b) {
__m512i h;