Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 32-bit x86 build failure with 16c instructions (#244)
Add: #if defined(__F16C__) # include <immintrin.h> to the logic in half.h for including intrinsics header, which catches the i386 case. Signed-off-by: Cary Phillips <[email protected]>
- Loading branch information