From bfb857445e72230659493d3491970e3cb3c7eb9a Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Fri, 2 Aug 2019 20:55:50 +0100 Subject: [PATCH] Compatibility: A possible fix for the clang++-8 issue. --- a/src/calf/fixed_point.h +++ b/src/calf/fixed_point.h @@ -215,7 +215,7 @@ template class fixed_point { } template - inline U lerp_table_lookup_int(U data[(1U<(data[pos], data[pos+1]); } @@ -223,19 +223,19 @@ template class fixed_point { /// Untested... I've started it to get a sin/cos readout for rotaryorgan, but decided to use table-less solution instead /// Do not assume it works, because it most probably doesn't template - inline U lerp_table_lookup_int_shift(U data[(1U<(data[pos], data[pos+1]); } template - inline U lerp_table_lookup_float(U data[(1U< - inline U lerp_table_lookup_float_mask(U data[(1U<