add a note about switched goto for future reference

This commit is contained in:
underscorediscovery
2020-07-10 19:15:21 -07:00
parent 28ad8aa9e0
commit 0e8d56f874

View File

@ -33,7 +33,7 @@
// http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gcc/Labels-as-Values.html
// Enabling this speeds up the main dispatch loop a bit, but requires compiler
// support.
//
// see https://bullno1.com/blog/switched-goto for alternative
// Defaults to true on supported compilers.
#ifndef WREN_COMPUTED_GOTO
#ifdef _MSC_VER