/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/binary_type.h
23 строки
591 B
Aleksei Nurmukhametov
Target redesign
14 сен 2024, 01:27
14 сен 2024, 01:27
3e03dff
Код
Авторство
О чём код?
/* Copyright (c) 2024, Intel Corporation SPDX-License-Identifier: BSD-3-Clause */ /** @file dist.h @brief Defines function with distribution specific implementations. */ #include <llvm/ADT/StringRef.h> /** Print the binary type: slim or composite. */ void printBinaryType(); /** Initializes distribution specific paths based on main executable abspath. */ void initializeBinaryType(const char *MainExecutableAbsPath); /** Returns the core.isph file content. */ llvm::StringRef getStdlibISPHRef(); /** Returns the stdlib.isph file content. */ llvm::StringRef getCoreISPHRef();