1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
//------------------------------------------------------------------------------
// AMD/Source/amd_l_info.c: int64_t version of amd_info
//------------------------------------------------------------------------------
// AMD, Copyright (c) 1996-2022, Timothy A. Davis, Patrick R. Amestoy, and
// Iain S. Duff. All Rights Reserved.
// SPDX-License-Identifier: BSD-3-clause
//------------------------------------------------------------------------------
#define DLONG
#include "amd_info.c"
|