From b843442b2b69125a7b184c37dbc0bb9d8da7c170 Mon Sep 17 00:00:00 2001 From: timstr Date: Sun, 30 Oct 2022 18:06:16 -0700 Subject: Fibonacci in C++ using compile-time template meta-programming and inheritance-based templated loop unrolling --- entries/timstr/fib | Bin 0 -> 21048 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 entries/timstr/fib diff --git a/entries/timstr/fib b/entries/timstr/fib new file mode 100755 index 0000000..92c6b66 Binary files /dev/null and b/entries/timstr/fib differ -- cgit v1.2.3-70-g09d2