Skip to content

Releases: libmir/mir-cpuid

Fix thread count for modern AMD CPUs

30 May 14:51
@9il 9il
Compare
Choose a tag to compare
v1.2.2

fix byte order for amd LeafExt1EInformation

Hygon CPU Support, crt_constructor update

17 May 00:59
@9il 9il
0c46472
Compare
Choose a tag to compare

crt_constructor is used now for any compilation mode and compiler.

C Runtime constructors and purity

26 Sep 12:40
@9il 9il
4617bf8
Compare
Choose a tag to compare
  1. crt_constructor is used by default when compiled with LDC or with BetterC flag.
  2. Basic global methods are pure now.
  3. DMD betterC regression with bitfields has been workarounds.
  4. mir-algorithm dependency is updated to v2.0.6

update dub dependency tags

13 Feb 19:06
@9il 9il
69b9217
Compare
Choose a tag to compare
v0.5.3

Update dub.json

Update to Mir v0.5.0

02 May 09:39
@9il 9il
Compare
Choose a tag to compare
v0.5.1

Update dub.json

Building a betterC library

13 Apr 06:24
@9il 9il
Compare
Choose a tag to compare
dub build --compiler=ldmd2 --build=betterC --build-mode=singleFile --parallel

The size of library is only 23 KB. It does not contain any template bloat.