Skip to content

v0.5.0: No, mister PODdington, I expect you to be transformed without a risk …

Compare
Choose a tag to compare
@nabijaczleweli nabijaczleweli released this 14 Oct 13:34
· 197 commits to master since this release
v0.5.0
7bb5f5e
…of unsafety

New:
  * guarded_transmute_pod*() function family for non-unsafe POD (or,
    well, marked) types transform()ation
    (63fe73ab2a6b95b84481d1ed8220c82e9a72bd50)
    (d67ae22bd774e06d756b6da5240dfd1941fa3fa9)
    (776ef52b16b73a3ff11e5997fd380e73c8c0e9ca)
    (#5)
  * util::designalise_f{32,64}() functions to ensure NaNs are quiet
    (non-signaling)
    (9624e8df5c6c6ad9e275e1dc3d6d3e68b3f732e1)
    (#5)

Internal:
  * Endian-agnostic tests (or so they should be, given how we couldn't
    get our hands on a big-endian machine)
    (838f989f8c939893663e413bd8c447c950540d9d)
    (aa14f881c321ca96d69798ef322927361e4047da)
    (e75b203d25a4167e3d17cb405b241ae3259050dd)
    (#7) (@kennytm)