github.com/mad-day/Yawning-crypto@v0.0.0-20190711051033-5a5f8cca32ec/morus/hwaccel_ref.go (about)

     1  // hwaccel_ref.go - Unaccelerated stubs
     2  //
     3  // To the extent possible under law, Yawning Angel has waived all copyright
     4  // and related or neighboring rights to the software, using the Creative
     5  // Commons "CC0" public domain dedication. See LICENSE or
     6  // <http://creativecommons.org/publicdomain/zero/1.0/> for full details.
     7  
     8  // +build !amd64 gccgo noasm !go1.10
     9  
    10  package morus
    11  
    12  func initHardwareAcceleration() {
    13  	forceDisableHardwareAcceleration()
    14  }