blob: d1ac4fab1ae2c822248540df3864aa81583b940b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* File: detail/config.hpp
* Purpose: Config file of the OCL.FIX library.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
#pragma once
#include <ocl/detail/config.hpp>
#include <ocl/crc_hash.hpp>
#include <ocl/print.hpp>
|