Idein / py-videocore6

Python library for GPGPU programming on Raspberry Pi 4
https://idein.jp
GNU General Public License v2.0
247 stars 28 forks source link

videocore6: Add pack_unpack utility function #36

Closed Terminus-IMRC closed 4 years ago

Terminus-IMRC commented 4 years ago

The former type conversion methods (int_to_float etc.) had ambiguous names. This commit introduces an alternative one named pack_unpack.

Terminus-IMRC commented 4 years ago

Thanks!