├── CMakeLists.txt ├── LICENSE ├── README.md ├── main.cpp └── specialut.hpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j8asic/SpeciaLUT/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j8asic/SpeciaLUT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j8asic/SpeciaLUT/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j8asic/SpeciaLUT/HEAD/main.cpp -------------------------------------------------------------------------------- /specialut.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j8asic/SpeciaLUT/HEAD/specialut.hpp --------------------------------------------------------------------------------