Mike Lankamp
Mike Lankamp
I do agree with your argument. The first solution is the one that I was not very happy about. Your second solution looks much nicer. I didn't realize `std::numeric_limits::is_integer` was...
Hi, https://github.com/MikeLankamp/fpm/blob/master/docs/performance.md (linked from the README) should contain what you need. Code using FPM may be vectorizable depending on its use and the compiler; I can't make blanket statement. Does...
Hi @yurivict, I'm afraid I don't understand your request. Repology seems to track which distributions provide which version of libfixmath. What do you expect `fpm` to do with that?
I see. `fpm` downloads it because Windows/OS X doesn't have it, and `fpm` supports those platforms, too. But most importantly: I need to make sure it's compiled with specific flags...
Hi @GMellar, at the moment `fpm` supports any native integer type as base and intermediate type. However, unless your compiler defines a 128-bit integer type (for `fpm`'s intermediate type), it's...
For most common platforms, yes, it's not possible at the moment.
> Wouldn't it make sense to reload googlebench instead of keeping it in the repository? By "reload" you mean use a Git submodule? I was actually thinking of switching `fpm`...