Add missing cstdint include (#1259)

This commit is contained in:
James Price
2021-05-21 05:07:12 -04:00
committed by GitHub
parent 01aa55029d
commit ce1687a408

View File

@@ -16,6 +16,8 @@
#ifndef _fpcontrol_h
#define _fpcontrol_h
#include <cstdint>
// In order to get tests for correctly rounded operations (e.g. multiply) to
// work properly we need to be able to set the reference hardware to FTZ mode if
// the device hardware is running in that mode. We have explored all other