• Robert Kimball's avatar
    Store Constant arrays where data is constant as a single value (#2880) · 7c337e5d
    Robert Kimball authored
    * wip
    
    * Add support for storing constant array of constant values as a single values that is automatically broadcast on deserialize
    
    * revert some changes to serializer.cpp
    
    * fix all_close_f to support nan and inf to allow for unit test
    
    * update unit tests to pass for all_close_f update
    
    * fix bug with i64
    
    * address compile issues?
    
    * change function name to be more accurate
    
    * fix compiler error
    7c337e5d
all_close_f.cpp 46.8 KB