1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-18 21:22:50 -05:00

Readjust OclDevice logic and add OCL_VENDOR_APPLE

This commit is contained in:
Tony Butler
2021-05-18 23:05:04 -06:00
parent 4bd94a79a4
commit 67e29c1af1
3 changed files with 75 additions and 11 deletions

View File

@@ -33,7 +33,8 @@ enum OclVendor : unsigned {
OCL_VENDOR_UNKNOWN,
OCL_VENDOR_AMD,
OCL_VENDOR_NVIDIA,
OCL_VENDOR_INTEL
OCL_VENDOR_INTEL,
OCL_VENDOR_APPLE
};