├── README.md ├── int_fastdiv.h └── tests ├── Makefile ├── cuda_common.h ├── functional_test.cu └── performance_test.cu /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milakov/int_fastdiv/HEAD/README.md -------------------------------------------------------------------------------- /int_fastdiv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milakov/int_fastdiv/HEAD/int_fastdiv.h -------------------------------------------------------------------------------- /tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milakov/int_fastdiv/HEAD/tests/Makefile -------------------------------------------------------------------------------- /tests/cuda_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milakov/int_fastdiv/HEAD/tests/cuda_common.h -------------------------------------------------------------------------------- /tests/functional_test.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milakov/int_fastdiv/HEAD/tests/functional_test.cu -------------------------------------------------------------------------------- /tests/performance_test.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milakov/int_fastdiv/HEAD/tests/performance_test.cu --------------------------------------------------------------------------------