mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Add Diskattrmap, Scsiattrmap for probed scsi devices
Additional changes - Use ``iota`` for constants - Remove unncessary C header files - ``new-cmd`` now depends on codegangsta cli
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@
|
||||
|
||||
package cpu
|
||||
|
||||
// #include "cpu.h"
|
||||
// int has_sse41 (void);
|
||||
// int has_avx (void);
|
||||
// int has_avx2 (void);
|
||||
import "C"
|
||||
|
||||
func HasSSE41() bool {
|
||||
|
||||
Reference in New Issue
Block a user