forked from weaselab/weaseldb
Align AArch64 histogram parameter formatting with project style
Minor whitespace fix so the NEON function signature matches the existing AVX function's indentation.
This commit is contained in:
+2
-2
@@ -1448,8 +1448,8 @@ update_histogram_buckets_simd(std::span<const double> thresholds,
|
|||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
static void
|
static void
|
||||||
update_histogram_buckets_simd(std::span<const double> thresholds,
|
update_histogram_buckets_simd(std::span<const double> thresholds,
|
||||||
std::span<uint64_t> counts, double x,
|
std::span<uint64_t> counts, double x,
|
||||||
size_t start_idx) {
|
size_t start_idx) {
|
||||||
const size_t size = thresholds.size();
|
const size_t size = thresholds.size();
|
||||||
size_t i = start_idx;
|
size_t i = start_idx;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user