The syntax on [this line](https://github.com/giuliaguidi/XAVIER/blob/master/src/trace.cpp#L83) ``` if(? != VectorRegister::VECTORWIDTH) ``` is unfamiliar to me and also unfamiliar to both GCC 9.3.0 and clang 10.0.0. It looks as though there's missing code here. This prevents XAVIER from compiling.
The syntax on this line
is unfamiliar to me and also unfamiliar to both GCC 9.3.0 and clang 10.0.0.
It looks as though there's missing code here. This prevents XAVIER from compiling.