summaryrefslogtreecommitdiff
path: root/xmake/core/base/cpu.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-04-06 00:09:12 +0800
committerruki <[email protected]>2021-04-06 00:09:12 +0800
commitde15567ac520659828df0c0a08983f7d0c8f0594 (patch)
treed45b0a9a217a8f0eed91fbb91cbefc43f858f4a1 /xmake/core/base/cpu.lua
parent8c9cd50ea10f9f3bf83500453a5227f5c1e7b6bf (diff)
remove unused todo
Diffstat (limited to 'xmake/core/base/cpu.lua')
-rw-r--r--xmake/core/base/cpu.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/core/base/cpu.lua b/xmake/core/base/cpu.lua
index 1b7208590..9b6d1b0a1 100644
--- a/xmake/core/base/cpu.lua
+++ b/xmake/core/base/cpu.lua
@@ -286,11 +286,6 @@ function cpu.march()
return march
end
--- get cpu vector extensions
--- TODO
-function cpu.vectorexts()
-end
-
-- get cpu number
function cpu.number()
return os._cpuinfo().ncpu