<oprypin>
Cindy, oh i'm sorry yes I confused the two. it supports 0 big-endian systems
<Cindy>
at first i thought you were insane
<Cindy>
i'm glad it was just a mistake
<oprypin>
anyway.. to add support, someone could write ` {% if flag?(:powerpc) %} alias SystemEndian = BigEndian`. but it's useless because `:powerpc` is never set, there is no support for it
<Cindy>
also architecture != endian anymore
<Cindy>
some architectures are biendian
<Cindy>
like in crystal's aarch64 port, ARM is biendian, so technically it is big-endian aswell as little-endian
<Cindy>
but most ARM CPUs run in little-endian
ua_ has quit [Server closed connection]
<Cindy>
but still bi-endian architectures are an important detail to miss if you make flags simply on architectures alone
ua_ has joined #crystal-lang
<Cindy>
which is why i thought there could be a flag?(:littleendian)