mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-04 04:07:22 +00:00
Fix build break in mlas\lib\quantize.cpp: missing nearbyintf (#3572)
This commit is contained in:
parent
43c3a5edba
commit
c7b6fab29d
2 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ Abstract:
|
|||
|
||||
#include "mlasi.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
//
|
||||
// Bundles the constants for use by kernels written in assembly.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ Abstract:
|
|||
#include <memory.h>
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <cmath>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue