alugowski / fast_matrix_market

Fast and full-featured Matrix Market I/O library for C++, Python, and R
BSD 2-Clause "Simplified" License
75 stars 7 forks source link

Test C++23 Fixed width floating-point types #45

Closed alugowski closed 1 year ago

alugowski commented 1 year ago

See https://en.cppreference.com/w/cpp/types/floating-point

C++23 offers fixed-width floating point types std::float16_t through std::float128_t and std::bfloat16_t.

These likely already work on toolchains that offer both the types and their respective <charconv>.

Possible requirements for testing: