Move basic_math.h and vec.h to core directory

Change-Id: I143b7af450ff48d4958b4bc7137b393a2dc0eb64
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-05-13 12:53:40 +02:00
committed by sys_ocldev
parent 8f17c70e9e
commit b8fb5e683b
49 changed files with 69 additions and 48 deletions

View File

@@ -5,9 +5,9 @@
*
*/
#include "core/helpers/basic_math.h"
#include "runtime/context/context.h"
#include "runtime/helpers/array_count.h"
#include "runtime/helpers/basic_math.h"
#include "runtime/helpers/debug_helpers.h"
#include "runtime/helpers/dispatch_info.h"
#include "runtime/kernel/kernel.h"