diff options
Diffstat (limited to 'src/internal/cpu/cpu.go')
| -rw-r--r-- | src/internal/cpu/cpu.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/cpu/cpu.go b/src/internal/cpu/cpu.go index fdda880af4..1f3411cc72 100644 --- a/src/internal/cpu/cpu.go +++ b/src/internal/cpu/cpu.go @@ -76,6 +76,7 @@ var ARM arm // The struct is padded to avoid false sharing. type arm struct { _ CacheLinePad + HasVFPv4 bool HasIDIVA bool _ CacheLinePad } |
