Whats this line #pragma GCC optimize("03") does in c++

I have seen one solution there this line is used #pragma GCC optimize("03") in start does this also helps in speeding up or how?

#pragma GCC optimize("03")
#pragma GCC target ("avx")

Comments (2)