Whoops: missed GCC problem.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-11-20 20:54:17 +00:00
parent 92919b0440
commit f50c83ad36

View File

@ -11,7 +11,7 @@
# define UNREACHABLE __assume(0)
#elif definef(__GNUG__)
#elif defined(__GNUG__)
# include <x86intrin.h>