We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91edc90 + 6772318 commit 71c2ad1Copy full SHA for 71c2ad1
include/fast_float/ascii_number.h
@@ -112,7 +112,8 @@ FASTFLOAT_SIMD_RESTORE_WARNINGS
112
#endif // FASTFLOAT_SSE2
113
114
// dummy for compile
115
-template <typename UC, FASTFLOAT_ENABLE_IF(!has_simd_opt<UC>())>
+//template <typename UC, FASTFLOAT_ENABLE_IF(!has_simd_opt<UC>())>
116
+template <typename UC>
117
uint64_t simd_read8_to_u64(UC const*) {
118
return 0;
119
}
0 commit comments