We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1436d commit 31544f4Copy full SHA for 31544f4
libclc/generic/include/core/clc_core.h
@@ -30,8 +30,8 @@
30
31
#include <as_type.h>
32
#include <clc/clcfunc.h>
33
-#include <macros.h>
34
#include <clc/clctypes.h>
+#include <macros.h>
35
36
#include <clc/float/definitions.h>
37
#include <clc/integer/definitions.h>
libclc/generic/lib/math/math.h
@@ -23,9 +23,9 @@
23
#ifndef __CLC_MATH_H_
24
#define __CLC_MATH_H_
25
26
-#include <clc/clcfunc.h>
27
#include "as_type.h"
28
#include "config.h"
+#include <clc/clcfunc.h>
29
#define SNAN 0x001
#define QNAN 0x002
0 commit comments