Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
measurements/ | 04-Jul-2025 | - | 70 | 51 | ||
LICENSE.md | D | 04-Jul-2025 | 1.1 KiB | 23 | 18 | |
Makefile | D | 04-Jul-2025 | 575 | 22 | 14 | |
README.md | D | 04-Jul-2025 | 211 | 6 | 4 | |
TARGETS | D | 04-Jul-2025 | 93 | 6 | 3 | |
dumb_fht.c | D | 04-Jul-2025 | 384 | 18 | 16 | |
dumb_fht.h | D | 04-Jul-2025 | 185 | 15 | 10 | |
example.py | D | 04-Jul-2025 | 390 | 21 | 16 | |
fast_copy.c | D | 04-Jul-2025 | 1.8 KiB | 61 | 52 | |
fast_copy.h | D | 04-Jul-2025 | 382 | 22 | 18 | |
fht.c | D | 04-Jul-2025 | 40 | 4 | 2 | |
fht.h | D | 04-Jul-2025 | 836 | 46 | 35 | |
fht_avx.c | D | 04-Jul-2025 | 854.7 KiB | 19,672 | 19,671 | |
fht_impl.h | D | 04-Jul-2025 | 691 | 40 | 32 | |
fht_neon.c | D | 04-Jul-2025 | 86.1 KiB | 3,020 | 3,018 | |
fht_sse.c | D | 04-Jul-2025 | 983 KiB | 26,216 | 26,215 | |
gen.py | D | 04-Jul-2025 | 30 KiB | 870 | 757 | |
hall_of_fame_avx.txt | D | 04-Jul-2025 | 5.6 KiB | 61 | 60 | |
hall_of_fame_neon.txt | D | 04-Jul-2025 | 2.9 KiB | 31 | 30 | |
hall_of_fame_sse.txt | D | 04-Jul-2025 | 5.7 KiB | 61 | 60 | |
targets.bzl | D | 04-Jul-2025 | 962 | 35 | 30 | |
test_double.c | D | 04-Jul-2025 | 1.9 KiB | 69 | 65 | |
test_float.c | D | 04-Jul-2025 | 1.2 KiB | 54 | 51 |
README.md
1# Fast Fast Hadamard Transform 2 3This directory contains a fork of https://github.com/FALCONN-LIB/FFHT 4(License: https://github.com/FALCONN-LIB/FFHT/blob/master/LICENSE.md) 5focused on ARM64 NEON code generation. 6