Fix DYNAMIC_ARCH compilation errors

This commit is contained in:
Rajalakshmi Srinivasaraghavan
2020-04-15 09:09:50 -05:00
parent ac6a22ae78
commit a87793e03c
3 changed files with 142 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#include "common.h"
#if defined(HALF) && defined(HALFCONVERSION)
float
static float
bfloat16tof32 (bfloat16 f16)
{
float result = 0;