commit | 5d62d789c3111fd310c9131b05fd9a5913073247 | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Tue Dec 22 09:51:34 2020 -0300 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Fri Dec 25 20:06:24 2020 -0300 |
tree | 4d52c409791cf11cde75b708840842cb90b61a83 | |
parent | 369959ac3dc06e76d201223fa167d973a1140dc5 [diff] |
cborinternal_p.h: Fix AVX2 build with MSVC MSVC (and I think ICC too) are lacking the simpler, scalar instructions to convert from single-precision to half-precision and back. Instead, we need to use the packed data intrinsics. Fixes #192. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>