From 1bc903433851185dff0aa276db7142d1d5ccbba0 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 6 Apr 2021 00:00:05 +0800 Subject: update comments --- xmake/core/base/cpu.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'xmake/core/base/cpu.lua') diff --git a/xmake/core/base/cpu.lua b/xmake/core/base/cpu.lua index 4e3231cab..47d503e32 100644 --- a/xmake/core/base/cpu.lua +++ b/xmake/core/base/cpu.lua @@ -28,10 +28,8 @@ local io = require("base/io") -- get cpu micro architecture for Intel -- --- @see https://en.wikipedia.org/wiki/List_of_Intel_CPU_microarchitectures --- http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html --- https://github.com/tesseract-ocr/tesseract/blob/master/cmake/OptimizeForArchitecture.cmake --- https://en.wikichip.org/wiki/intel/cpuid +-- @see https://en.wikichip.org/wiki/intel/cpuid +-- https://github.com/xmake-io/xmake/issues/1120 -- function cpu._march_intel() local cpu_family = cpu.family() @@ -129,8 +127,7 @@ end -- get cpu micro architecture for AMD -- --- @see https://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures --- https://en.wikichip.org/wiki/amd/cpuid +-- @see https://en.wikichip.org/wiki/amd/cpuid -- function cpu._march_amd() local cpu_family = cpu.family() -- cgit v1.3.1