Fix build break in mlas\lib\quantize.cpp: missing nearbyintf (#3572)

This commit is contained in:
Tracy Sharpe 2020-04-17 11:50:25 -07:00 committed by GitHub
parent 43c3a5edba
commit c7b6fab29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -23,8 +23,6 @@ Abstract:
#include "mlasi.h"
#include <cmath>
//
// Bundles the constants for use by kernels written in assembly.
//

View file

@ -21,6 +21,7 @@ Abstract:
#include <memory.h>
#include <algorithm>
#include <limits>
#include <cmath>
#if defined(_WIN32)
#include <windows.h>