diff options
| author | ruki <[email protected]> | 2021-04-06 00:09:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-06 00:09:12 +0800 |
| commit | de15567ac520659828df0c0a08983f7d0c8f0594 (patch) | |
| tree | d45b0a9a217a8f0eed91fbb91cbefc43f858f4a1 /xmake/core/base/cpu.lua | |
| parent | 8c9cd50ea10f9f3bf83500453a5227f5c1e7b6bf (diff) | |
remove unused todo
Diffstat (limited to 'xmake/core/base/cpu.lua')
| -rw-r--r-- | xmake/core/base/cpu.lua | 5 |
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 |
