mirror of
https://github.com/minio/minio.git
synced 2025-11-22 18:47:43 -05: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:
@@ -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