We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9476e commit 9ee3f44Copy full SHA for 9ee3f44
third_party/intel/backend/driver.py
@@ -601,7 +601,7 @@ def format_of(ty):
601
#if 0x030600B1 <= PY_VERSION_HEX && PY_VERSION_HEX <= 0x030B00A1 && !defined(PYPY_VERSION)
602
_PyFloat_Pack2(f, (unsigned char *)&result, 1);
603
#else
604
- PyFloat_Pack2(f, (void*)&result, 1);
+ PyFloat_Pack2(f, (char*)&result, 1);
605
#endif
606
return result;
607
}}
0 commit comments