Skip to content

Commit 40fb0e0

Browse files
frasercrmcksmallp-o-p
authored andcommitted
[libclc] Restore header order, which formatting broke
1 parent 510d325 commit 40fb0e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libclc/generic/lib/math/clc_hypot.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#include <clc/clc.h>
2424
#include <math/clc_hypot.h>
2525

26-
#include "../clcmacro.h"
2726
#include "config.h"
2827
#include "math.h"
28+
#include "../clcmacro.h"
2929

3030
// Returns sqrt(x*x + y*y) with no overflow or underflow unless the result
3131
// warrants it

libclc/generic/lib/math/clc_ldexp.cl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* THE SOFTWARE.
2121
*/
2222

23-
#include "../clcmacro.h"
23+
#include <clc/clc.h>
2424
#include "config.h"
25+
#include "../clcmacro.h"
2526
#include "math.h"
26-
#include <clc/clc.h>
2727

2828
_CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float x, int n) {
2929

0 commit comments

Comments
 (0)