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 0b80491 commit bb95335Copy full SHA for bb95335
libclc/generic/lib/math/clc_ldexp.cl
@@ -20,10 +20,10 @@
20
* THE SOFTWARE.
21
*/
22
23
-#include <clc/math/clc_subnormal_config.h>
24
-#include <clc/math/math.h>
25
#include <clc/clc.h>
26
#include <clc/clcmacro.h>
+#include <clc/math/clc_subnormal_config.h>
+#include <clc/math/math.h>
27
#include <clc/relational/clc_isinf.h>
28
#include <clc/relational/clc_isnan.h>
29
#include <clc/shared/clc_clamp.h>
0 commit comments