From b2dd1261bfcff3f837d8d1283270addbfd62eeaa Mon Sep 17 00:00:00 2001 From: Wei Dai Date: Tue, 1 Jun 2021 12:17:00 -0700 Subject: [cpu-features] Fixed and updated cpu-features. (#18101) * Fixed and updated cpu-features. * Update ports/cpu-features/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Updated versioning. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> --- versions/baseline.json | 2 +- versions/c-/cpu-features.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 1e2d2de49..75f980555 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1461,7 +1461,7 @@ "port-version": 0 }, "cpu-features": { - "baseline": "0.4.1", + "baseline": "0.6.0", "port-version": 0 }, "cpuid": { diff --git a/versions/c-/cpu-features.json b/versions/c-/cpu-features.json index 952b55297..3d96d9efb 100644 --- a/versions/c-/cpu-features.json +++ b/versions/c-/cpu-features.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1e64c7ac2673d19f18e8bc447b14e3ae7f842c81", + "version": "0.6.0", + "port-version": 0 + }, { "git-tree": "e622c89147a667757495a82dfd7e4239b2782bd7", "version-string": "0.4.1", -- cgit v1.2.3