summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-17 23:12:19 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-17 23:12:19 +0200
commit7ad5cc89d0d71b145d8902e38bd7ce3cd79d3faa (patch)
treeef7a205ac11d7c9f0b40edfc2d8849b83783eb9d /CHANGELOG
parentc240774bade21f2a541aca428332be205af34539 (diff)
Made MSVC link the run-time libraries statically
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6de365bf..579b1b66 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@
Development version (next release)
- Improved performance of large power-of-2 xGEMM kernels for AMD GPUs
- Fixed a bug in the xGEMM routine related to the event incorrectly set
+- Made MSVC link the run-time libraries statically
Version 0.7.0
- Added exports to be able to create a DLL on Windows (thanks to Marco Hutter)