mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 17:26:51 +08:00
Fix broken msvc v140
When using msvc v140 (Visual Studio 2015 Toolset), compilation fails.
This commit is contained in:
parent
91edc90464
commit
b8e3307fbd
@ -112,7 +112,8 @@ FASTFLOAT_SIMD_RESTORE_WARNINGS
|
||||
#endif // FASTFLOAT_SSE2
|
||||
|
||||
// dummy for compile
|
||||
template <typename UC, FASTFLOAT_ENABLE_IF(!has_simd_opt<UC>())>
|
||||
//template <typename UC, FASTFLOAT_ENABLE_IF(!has_simd_opt<UC>())>
|
||||
template <typename UC>
|
||||
uint64_t simd_read8_to_u64(UC const*) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user