google / highway

Performance-portable, length-agnostic SIMD with runtime dispatch
Apache License 2.0
3.95k stars 305 forks source link

Fake definitions for "Native" and "native" when HWY_IDE is defined and target does not support 16-bit floating point numbers #2268

Closed Dwedit closed 2 days ago

Dwedit commented 2 days ago

To fix #2267, where "Native" and "native" are used without being defined.

After making this change, MSVC 2019 no longer has any errors in the error list.