PIString/PIChar explicit, support char16_t
This commit is contained in:
@@ -139,7 +139,7 @@ void PIOpenCL::Initializer::init() {
|
||||
|
||||
|
||||
PIOpenCL::Context::Context() {
|
||||
PRIVATE->complex_src = PIResources::get("3rd/clcomplex.h") + "\n";
|
||||
PRIVATE->complex_src = PIString::fromUTF8(PIResources::get("3rd/clcomplex.h")) + "\n";
|
||||
zero();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user