X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Ffastlog.h;h=21cbfbdce22579524cf45670eba168f69fa0b2a6;hb=e3329000557015ce54691235769db8821e75666b;hp=9897da773a497bf97f73328a6abc65906a9c0a26;hpb=81506ea41c40ed9ce6a433550549e0e25f0fe1a3;p=ardour.git diff --git a/libs/pbd/pbd/fastlog.h b/libs/pbd/pbd/fastlog.h index 9897da773a..21cbfbdce2 100644 --- a/libs/pbd/pbd/fastlog.h +++ b/libs/pbd/pbd/fastlog.h @@ -1,11 +1,17 @@ -/* Copyright unknown. Code by Laurent de Soras . - */ +/* +Copyright © 2013 Laurent de Soras +This work is free. You can redistribute it and/or modify it under the +terms of the Do What The Fuck You Want To Public License, Version 2, +as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. +*/ #ifndef __pbd_fastlog_h__ #define __pbd_fastlog_h__ #include /* for HUGE_VAL */ +#include "pbd/libpbd_visibility.h" + static inline float fast_log2 (float val) { /* don't use reinterpret_cast<> because that prevents this