vkottler / ifgen

An interface generator for distributed computing.
MIT License
1 stars 0 forks source link

Use `stdfloat` types for floating-point numbers #16

Open vkottler opened 1 year ago

vkottler commented 1 year ago

https://en.cppreference.com/w/cpp/header/stdfloat

is this any stronger of a guarantee that float32_t is 32-bits and float64_t is 64-bits? compared to just float and double