[libclc] Restore header order, which formatting broke

This commit is contained in:
Fraser Cormack 2024-10-31 10:33:47 +00:00
parent fba9f05ff7
commit 86974e15f5
2 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@
#include <clc/clc.h>
#include <math/clc_hypot.h>
#include "../clcmacro.h"
#include "config.h"
#include "math.h"
#include "../clcmacro.h"
// Returns sqrt(x*x + y*y) with no overflow or underflow unless the result
// warrants it

View File

@ -20,10 +20,10 @@
* THE SOFTWARE.
*/
#include "../clcmacro.h"
#include "config.h"
#include "math.h"
#include <clc/clc.h>
#include "config.h"
#include "../clcmacro.h"
#include "math.h"
_CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float x, int n) {