diff options
Diffstat (limited to 'mbld/opts.myr')
-rw-r--r-- | mbld/opts.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbld/opts.myr b/mbld/opts.myr index 8956338..5cdc93a 100644 --- a/mbld/opts.myr +++ b/mbld/opts.myr @@ -34,6 +34,7 @@ pkg bld = const parseversion : (v : byte[:] -> (int, int, int)) /* not exactly portable, but good enough for now */ + const CpuidSSE2 : uint64= 0x400000000000000 const CpuidSSE4 : uint64= 0x180000 /* |