Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version

This commit is contained in:
jsteube
2019-03-25 12:24:04 +01:00
parent 13097fefc7
commit 66d94b06e4
287 changed files with 1548 additions and 4287 deletions

View File

@@ -7,8 +7,8 @@
#include "types.h"
#include "event.h"
#include "locking.h"
#include "rp_kernel_on_cpu.h"
#include "rp_kernel_on_cpu_optimized.h"
#include "emu_inc_rp.h"
#include "emu_inc_rp_optimized.h"
#include "mpsp.h"
#include "opencl.h"
#include "shared.h"