diff options
| -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 |
