Fix compilation for double precision mode(Fixes #167).

This commit is contained in:
Syoyo Fujita
2018-03-26 20:09:56 +09:00
parent 2dca72724f
commit 7fcfafb39a
2 changed files with 52 additions and 37 deletions

View File

@@ -6,11 +6,21 @@
* C++-11 compiler
## How to build
```
$ premak5 gmake
```
## Compile options
* zstd compressed .obj support. `--with-zstd` premake option.
* gzip compressed .obj support. `--with-zlib` premake option.
## Notes on AMD GPU + Linux
You may need to link with libdrm(`-ldrm`).
## Licenses
* lfpAlloc : MIT license.