Intel OpenCL

This commit is contained in:
chudov
2010-11-19 07:35:43 +00:00
parent 6e82399710
commit ac35093c52
2 changed files with 41 additions and 23 deletions

View File

@@ -1593,6 +1593,7 @@ namespace CUETools.Codecs.FLACCL
#if DEBUG
"#define DEBUG\n" +
#endif
(_settings.DeviceType == OpenCLDeviceType.CPU ? "#define FLACCL_CPU\n" : "") +
_settings.Defines + "\n";
// The BuildOptions string is passed directly to clBuild and can be used to do debug builds etc
OCLMan.BuildOptions = "";