should parallel mode use BITS_PER_UNIT?
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Mar 11 13:44:00 GMT 2009
in include/parallel/types.h I see:
static const int lcas_t_bits = sizeof(lcas_t) * 8;
should that 8 be replaced with BITS_PER_UNIT?
Jon
More information about the Libstdc++
mailing list