| Server IP : 185.170.199.185 / Your IP : 216.73.217.85 Web Server : LiteSpeed System : Linux lt-bnk-web922.main-hosting.eu 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : u970350538 ( 970350538) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/golang/1.22.0/src/cmd/dist/ |
Upload File : |
// Copyright 2015 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. //go:build gc #include "textflag.h" // try to run "vmov.f64 d0, d0" instruction TEXT ·useVFPv1(SB),NOSPLIT,$0 WORD $0xeeb00b40 // vmov.f64 d0, d0 RET // try to run VFPv3-only "vmov.f64 d0, #112" instruction TEXT ·useVFPv3(SB),NOSPLIT,$0 WORD $0xeeb70b00 // vmov.f64 d0, #112 RET // try to run ARMv6K (or above) "ldrexd" instruction TEXT ·useARMv6K(SB),NOSPLIT,$32 MOVW R13, R2 BIC $15, R13 WORD $0xe1bd0f9f // ldrexd r0, r1, [sp] WORD $0xf57ff01f // clrex MOVW R2, R13 RET