Add an is_64bit shared setting.
Many ISAs and 64-bit and 32-bit variants. Use a shared is_64bit setting to distinguish.
This commit is contained in:
@@ -18,6 +18,8 @@ opt_level = EnumSetting(
|
||||
""",
|
||||
'default', 'best', 'fastest')
|
||||
|
||||
is_64bit = BoolSetting("Enable 64-bit code generation")
|
||||
|
||||
enable_simd = BoolSetting(
|
||||
"""Enable the use of SIMD instructions.""",
|
||||
default=True)
|
||||
|
||||
Reference in New Issue
Block a user