mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Add missing cstdint include (#1259)
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
#ifndef _fpcontrol_h
|
#ifndef _fpcontrol_h
|
||||||
#define _fpcontrol_h
|
#define _fpcontrol_h
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
// In order to get tests for correctly rounded operations (e.g. multiply) to
|
// 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
|
// 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
|
// the device hardware is running in that mode. We have explored all other
|
||||||
|
|||||||
Reference in New Issue
Block a user