Hi, I'm compiling cpu code, but got the following error. ``` ../util/SpinLock.h:73:25: error: no match for ‘operator==’ (operand types are ‘const std::atomic_flag’ and ‘int’) return (spinlock_.v_) == 1; ```