Skip to content

Commit 1c85eca

Browse files
committed
Add proper includes in interface.h
1 parent 0d24d71 commit 1c85eca

File tree

2 files changed

+1328
-1318
lines changed

2 files changed

+1328
-1318
lines changed

include/kernel_float/interface.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#ifndef KERNEL_FLOAT_INTERFACE_H
22
#define KERNEL_FLOAT_INTERFACE_H
33

4+
#include "binops.h"
5+
#include "iterate.h"
6+
#include "reduce.h"
47
#include "storage.h"
8+
#include "swizzle.h"
9+
#include "unops.h"
510

611
namespace kernel_float {
712

0 commit comments

Comments
 (0)