mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Have fast flags default to false
This commit is contained in:
parent
98dc6ed4d4
commit
99a5140ac5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "Luau/Bytecode.h"
|
||||
#include "Luau/Compiler.h"
|
||||
|
||||
LUAU_FASTFLAGVARIABLE(LuauBit32ByteswapBuiltin, true)
|
||||
LUAU_FASTFLAGVARIABLE(LuauBit32ByteswapBuiltin, false)
|
||||
|
||||
namespace Luau
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "lcommon.h"
|
||||
#include "lnumutils.h"
|
||||
|
||||
LUAU_FASTFLAGVARIABLE(LuauBit32Byteswap, true)
|
||||
LUAU_FASTFLAGVARIABLE(LuauBit32Byteswap, false)
|
||||
|
||||
#define ALLONES ~0u
|
||||
#define NBITS int(8 * sizeof(unsigned))
|
||||
|
|
Loading…
Add table
Reference in a new issue