mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
commit
71c2ad1863
@ -112,7 +112,8 @@ FASTFLOAT_SIMD_RESTORE_WARNINGS
|
|||||||
#endif // FASTFLOAT_SSE2
|
#endif // FASTFLOAT_SSE2
|
||||||
|
|
||||||
// dummy for compile
|
// 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*) {
|
uint64_t simd_read8_to_u64(UC const*) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user