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 fba9f05 commit 86974e1Copy full SHA for 86974e1
libclc/generic/lib/math/clc_hypot.cl
@@ -23,9 +23,9 @@
23
#include <clc/clc.h>
24
#include <math/clc_hypot.h>
25
26
-#include "../clcmacro.h"
27
#include "config.h"
28
#include "math.h"
+#include "../clcmacro.h"
29
30
// Returns sqrt(x*x + y*y) with no overflow or underflow unless the result
31
// warrants it
libclc/generic/lib/math/clc_ldexp.cl
@@ -20,10 +20,10 @@
20
* THE SOFTWARE.
21
*/
22
+#include <clc/clc.h>
-#include <clc/clc.h>
_CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float x, int n) {
0 commit comments