HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
denormal.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License.
3 
4 #pragma once
5 
6 namespace onnxruntime {
7 
8 // Set or unset flush-to-zero and denormal=as-zero if SSE3 instructions are supported.
9 // Return true if SSE3 instruction is supported, otherwise return false.
10 bool SetDenormalAsZero(bool on);
11 
12 } // namespace onnxruntime
bool SetDenormalAsZero(bool on)