Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-05-31 17:55:14 +0300
committerHans Goudey <h.goudey@me.com>2022-05-31 17:55:14 +0300
commit3060b98842fe1b1bca6cce6678ee8a022583e63f (patch)
treee1f700ec7a92be0e6909ef450ee2d837f6f65f7a /source/blender/nodes
parenta746cef82526528e6037ba205b49ad8c883a0b91 (diff)
Cleanup: Simplify dependencies for GMP math header
Previously, the base math headers included GMP headers in all cases. This was problematic because we don't want all modules that use the math headers to depend on GMP, and the unnecessary includes could theoretically have detrimental effects to compile times. Now `BLI_math_mpq.hh` depends on `BLI_math_base.hh`, so if a file needs to use exact arithmatic, it can just include the former. Differential Revision: https://developer.blender.org/D15079
Diffstat (limited to 'source/blender/nodes')
0 files changed, 0 insertions, 0 deletions