OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
pkg
/
include
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:15:37 PM
rwxr-xr-x
📄
asm_amd64.h
411 bytes
12/01/2022 06:14:11 PM
rw-r--r--
📄
asm_ppc64x.h
1023 bytes
12/01/2022 06:14:11 PM
rw-r--r--
📄
funcdata.h
2.55 KB
12/01/2022 06:14:11 PM
rw-r--r--
📄
textflag.h
1.52 KB
12/01/2022 06:14:11 PM
rw-r--r--
Editing: asm_amd64.h
Close
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Define features that are guaranteed to be supported by setting the AMD64 variable. // If a feature is supported, there's no need to check it at runtime every time. #ifdef GOAMD64_v3 #define hasAVX2 #endif #ifdef GOAMD64_v4 #define hasAVX2 #endif