File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 1.0.21 ===
6
-
6
+ * Updated build scripts.
7
7
8
8
=== 1.0.20 ===
9
9
* Optimization of compressor and gate functions using AVX-512 instruction set.
Original file line number Diff line number Diff line change @@ -61,3 +61,9 @@ vmajor = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9
61
61
vminor = $(shell echo "$(strip $1) " | sed -E 's/([0-9]+) \.([0-9]+)\.([0-9]+)(-(.*))?/\2/')
62
62
vmicro = $(shell echo "$(strip $1) " | sed -E 's/([0-9]+) \.([0-9]+)\.([0-9]+)(-(.*))?/\3/')
63
63
vbranch = $(shell echo "$(strip $1) " | sed -E 's/([0-9]+) \.([0-9]+)\.([0-9]+)(-(.*))?/\5/')
64
+
65
+ ifeq ("$(MSYSTEM ) ","")
66
+ pathconv = $1
67
+ else
68
+ pathconv = $(shell cygpath -w "$1")
69
+ endif
You can’t perform that action at this time.
0 commit comments