[math] Adding an aligned memory allocator for vectors to help with vectorization/SIMD

This commit is contained in:
Al
2015-12-14 14:56:38 -05:00
parent bd1e8ecaf8
commit dc03c83bb2
3 changed files with 37 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ static normalize_options_t LIBPOSTAL_DEFAULT_OPTIONS = {
.roman_numerals = 1
};
char **expand_address(char *input, normalize_options_t options, uint64_t *n);
char **expand_address(char *input, normalize_options_t options, size_t *n);
/*
Address parser