mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 18:36:05 +00:00

Summary: The AMDGPU architecture does not use a fixed frequency for all of its architectures. However, the newer GPUs tend to have one that's consistent between them (Except for Vega10). This was set up but not actually used, so the implementation was just defaulting to whatever value the global was being set to. Fix.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.