mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 00:36:34 +00:00
[libclc] Restore header order, which formatting broke
This commit is contained in:
parent
fba9f05ff7
commit
86974e15f5
@ -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
|
||||
|
@ -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) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user